Skip to content

Commit 4a6588e

Browse files
committed
Use i53abi for one more wasmfs function
1 parent 152c205 commit 4a6588e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/library_wasmfs_jsimpl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ addToLibrary({
106106
_emscripten_proxy_finish(ctx);
107107
},
108108

109+
_wasmfs_jsimpl_async_get_size__i53abi: true,
109110
_wasmfs_jsimpl_async_get_size__deps: ['emscripten_proxy_finish'],
110111
_wasmfs_jsimpl_async_get_size: async function(ctx, backend, file, size_p) {
111112
#if ASSERTIONS

0 commit comments

Comments
 (0)