You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way I could find to make work was to use `eval`. Sadly even
using `new Function` didn't work since it evaluates the code not in the
containing (module) scope but in the global scope.
Depends on WebAssembly/binaryen#5274Fixes: #18199
diagnostics.warning('em-js-i64', 'using 64-bit arguments in EM_JS function without WASM_BIGINT is not yet fully supported: `%s` (%s, %s)', em_js_func, c_sig, signature.params)
338
338
339
339
ifsettings.SIDE_MODULE:
340
-
ifmetadata.asmConsts:
341
-
exit_with_error('EM_ASM is not supported in side modules')
342
340
ifmetadata.emJsFuncs:
343
341
exit_with_error('EM_JS is not supported in side modules')
0 commit comments