I’m trying to recreate this rhino-compute js option, but I’m having trouble with the wasm file. (I’m using my local server)
In my console I’m getting an error saying “wasm streaming compile failed”. I have the file in the same folder as the rhino3dm.js, but no luck. I also tried adding the
Has anyone else had the same issues with wasm and been able to resolve it?
This is an old thread, but I also got the issue right now. I am just getting started with Javascript, so I don’t know if this is an actual issue or just the result of my lacking experience.
It seems to work fine in a vanilla) node js script.
It seems to be an issue with Vue and loading web assembly (.wasm)
Suggested solutions are adding a vue.config.js file in combination to ‘wasm-loader’ (https://github.com/vuejs/vue-cli/issues/763), which unfortunately didn’t work for me.