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
Uncaught ReferenceError: Cannot access 'memory' before initialization
at stylua_lib_bg.js?v=4e2ee103:671:42
(anonymous) @ stylua_lib_bg.js?v=4e2ee103:671
I believe this error is the same as Menci/vite-plugin-wasm#8 (comment). It sounds like that was resolved by rustwasm/wasm-bindgen#2965, but that fix is only present in wasm-bindgen 0.2.82 and onwards (but this project is using 0.2.81). I was wondering if you'd have any problem with updating things to incorporate the fix.
The text was updated successfully, but these errors were encountered:
mtoohey31
changed the title
Update wasm-bindgen`and wasm-pack to resolve ReferenceError
Update wasm-bindgen and wasm-pack to resolve ReferenceError
Aug 25, 2024
Hello! I'm trying to use the npm package via vite-plugin-wasm, but I'm running into the following error:
I believe this error is the same as Menci/vite-plugin-wasm#8 (comment). It sounds like that was resolved by rustwasm/wasm-bindgen#2965, but that fix is only present in wasm-bindgen 0.2.82 and onwards (but this project is using 0.2.81). I was wondering if you'd have any problem with updating things to incorporate the fix.
The text was updated successfully, but these errors were encountered: