-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: abort(LinkError: WebAssembly.instantiate(): #168
Comments
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 . |
Thank you Runasia unfortunately in my case the problem persists. |
I have a like problem |
I got the same problem when migrating from Webpack to Vite. @berry4u did you solve this in the end? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: