Open berry4u opened 1 year ago
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?
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?