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
Instantiating & executing bare wasm modules works, but we only get wasm value types across the js-wasm boundary.
We need to test dynamically loading wasm with JS bindings. Currently, wasm-pack produces packages with circular dependencies between wasm and js, which makes instantiation harder - we need a working example.
The text was updated successfully, but these errors were encountered:
Instantiating & executing bare wasm modules works, but we only get wasm value types across the js-wasm boundary.
We need to test dynamically loading wasm with JS bindings. Currently, wasm-pack produces packages with circular dependencies between wasm and js, which makes instantiation harder - we need a working example.
The text was updated successfully, but these errors were encountered: