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
All major browsers have supported ES modules in web workers for at least a year now. Firefox was the last one to catch up, it seems, and it added support in version 114 (2023-06). See MDN.
As a newcomer wanting to play around with Wasm in web workers, I want to know the most modern/standardized way to do things with wasm-bindgen.
Therefore, I request that the following examples and pages in the wasm-bindgen guide be updated to use the newer --target web instead of --target no-modules.
All major browsers have supported ES modules in web workers for at least a year now. Firefox was the last one to catch up, it seems, and it added support in version 114 (2023-06). See MDN.
As a newcomer wanting to play around with Wasm in web workers, I want to know the most modern/standardized way to do things with wasm-bindgen.
Therefore, I request that the following examples and pages in the
wasm-bindgen
guide be updated to use the newer--target web
instead of--target no-modules
.wasm-bindgen/guide/src/examples/wasm-in-web-worker.md
Lines 13 to 16 in e4f8c45
wasm-bindgen/guide/src/examples/raytrace.md
Lines 60 to 61 in e4f8c45
The text was updated successfully, but these errors were encountered: