-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels