DEV Community

Discussion on: Embedding emscripten in a Node.js library

Collapse
 
tranphuoctien profile image
Tran Tien • Edited
Error:  LinkError: WebAssembly.instantiate(): Import #0 module="env" function="abort" error: function import requires a callable
(anonymous) @ app.js:25
Promise.catch (async)
(anonymous) @ app.js:24

Im using github:AssemblyScript/assemblyscript
How to fix please? Im newbie

Thanks