You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it works just fine when i do not run my build with LEPTOS_HASH_FILES=true.
But when i do put on the hash my webassembly code is looking for the wrong inline0.js file. The error is the following:
localhost/:1 Uncaught (in promise) TypeError: WebAssembly.instantiate(): Import #44 "./snippets/openlayer-rs-c384bd82f6cf7534/inline0.js": module is not an object or function
The text was updated successfully, but these errors were encountered:
Inline{num}.js with hash breaks the imports in webassembly package in the frontend.
So the case is the following where i have my site directory:
So i am importing my own module like so
Now it works just fine when i do not run my build with
LEPTOS_HASH_FILES=true
.But when i do put on the hash my webassembly code is looking for the wrong inline0.js file. The error is the following:
The text was updated successfully, but these errors were encountered: