We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34254f7 commit 8975da5Copy full SHA for 8975da5
src/lib/libemval.js
@@ -352,8 +352,7 @@ var LibraryEmVal = {
352
353
// Same as `_emval_invoke`, just imported into Wasm under a different return type.
354
// TODO: remove this if/when https://github.com/emscripten-core/emscripten/issues/20478 is fixed.
355
- _emval_invoke_i64__deps: ['_emval_invoke'],
356
- _emval_invoke_i64: '=__emval_invoke',
+ _emval_invoke_i64: '_emval_invoke',
357
358
_emval_typeof__deps: ['$Emval'],
359
_emval_typeof: (handle) => {
0 commit comments