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
Hi,
I am getting this error using web-ifc-three (0.0.125) and three.js (0.149.0) in a typescript project with webpack:
RuntimeError: abort(LinkError: WebAssembly.instantiate(): Import #0 module="a" function="a" error: function import requires a callable). Build with -s ASSERTIONS=1 for more info.
at abort (web-ifc-api.js:575:1)
at web-ifc-api.js:638:1
The error is generated in web-ifc-api.js in the function instantiateArrayBuffer(receiver)
Has anyone had the same problem?
The text was updated successfully, but these errors were encountered:
berry4u
changed the title
webpack and critical dependency warning
RuntimeError: abort(LinkError: WebAssembly.instantiate():
May 11, 2023
I find that if i delete the 'await' behind of the ifc_loader.load() in my code , it can work ,so i think its maybe due to async mistake. Wish it's maybe help you .
Hi,
I am getting this error using web-ifc-three (0.0.125) and three.js (0.149.0) in a typescript project with webpack:
RuntimeError: abort(LinkError: WebAssembly.instantiate(): Import #0 module="a" function="a" error: function import requires a callable). Build with -s ASSERTIONS=1 for more info.
at abort (web-ifc-api.js:575:1)
at web-ifc-api.js:638:1
The error is generated in web-ifc-api.js in the function instantiateArrayBuffer(receiver)
Has anyone had the same problem?
The text was updated successfully, but these errors were encountered: