Skip to content

Commit 8975da5

Browse files
committed
Simplify alias declaration
1 parent 34254f7 commit 8975da5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/libemval.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,7 @@ var LibraryEmVal = {
352352
353353
// Same as `_emval_invoke`, just imported into Wasm under a different return type.
354354
// 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',
355+
_emval_invoke_i64: '_emval_invoke',
357356

358357
_emval_typeof__deps: ['$Emval'],
359358
_emval_typeof: (handle) => {

0 commit comments

Comments
 (0)