We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to initialize rhino3dm.js in a React App results in WASM compile fail.
(On Chrome 78.0.3904.97, React 16.11.0, Rhino3dm 0.8.1)
CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 44 4f @+0
Is there a way around this?
The text was updated successfully, but these errors were encountered:
Linked with RH3DM-63
Sorry, something went wrong.
Hi @philipblaquiere Have a look at this: https://discourse.mcneel.com/t/in-browser-python-interpreter/92055/7?u=mkarimi
This is more a workaround rather than a solution.
The biggest pain is to require an async context to load the library.
wasm requires async loading. That is not specific to react and is a browser requirement
No branches or pull requests
Attempting to initialize rhino3dm.js in a React App results in WASM compile fail.
(On Chrome 78.0.3904.97, React 16.11.0, Rhino3dm 0.8.1)
Is there a way around this?
The text was updated successfully, but these errors were encountered: