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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
For my project I have a WASM (Rust based) module imported as a package using wasm-pack.
In the regular (non-Web Worker) workflow the package works just fine, but when I put everything under comlink-loader things start to break and I get
_wasm_bg_wasm__WEBPACK_IMPORTED_MODULE_0__.add_two_ints is not a function
For my project I have a WASM (Rust based) module imported as a package using
wasm-pack.In the regular (non-Web Worker) workflow the package works just fine, but when I put everything under
comlink-loaderthings start to break and I getinitially coming from
is there a good way to keep
comlink-loaderand fix that?