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 Aug 25, 2025. It is now read-only.
Currently there is just a wasm32-unknown-unknown target. There's a lot of people with different goals for wasm, and I think as long as there's a single wasm target, there's going to be a lot of conflict about how it should behave.
Therefore, before any new features are added to rust itself, we should add new targets for the obvious cases.
Based on the current interest in compatibility with NPM packages, a good start might be wasm32-npm-unknown
This would be a target for building NPM packages. It is unspecified what environment these packages will run in (node/browser/etc.)
fitzgen, est31, artob, lukechu10, randombit and 1 more