-
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
IFCWorker.js.15776 report an error #167
Comments
similar error I reported yesterday in issue #168 |
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. is not like code of my first up.
}, |
Hello
I had a bug in as mentioned above , it just like say i lack some wasm file or another some thing. but if i run it in browser.
it can arrive
console.log("here")
but can't array
console.log("or here")
and what is magic word..
` ifc_init() {
const ifc_loader = new IFCLoader()
ifc_loader.ifcManager.setWasmPath("../wasm")
// await ifc_loader.ifcManager.setWasmPath("/wasm/")
ifc_loader.ifcManager.parser.setupOptionalCategories({
[IFCSPACE]: false
The text was updated successfully, but these errors were encountered: