Hi,
after encountering this error i found this solution:
in websocket-native.jslib:
change Runtime.dynCall('vi', action, [id]);
for
Module['dynCall_vi'](action, id);
Hi,
after encountering this error i found this solution:
in websocket-native.jslib:
change Runtime.dynCall('vi', action, [id]);
for
Module['dynCall_vi'](action, id);