fork of https://github.com/rustwasm/wasm-pack for the needs of NextGraph.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
451 B
13 lines
451 B
# Quickstart
|
|
|
|
1. Install `rust` using [`rustup`].
|
|
1. [Install this tool.]
|
|
1. Run `wasm-pack new hello-wasm`.
|
|
1. `cd hello-wasm`
|
|
1. Run `wasm-pack build`.
|
|
1. This tool generates files in a `pkg` dir
|
|
1. To publish to npm, run `wasm-pack publish`. You may need to login to the
|
|
registry you want to publish to. You can login using `wasm-pack login`.
|
|
|
|
[`rustup`]: https://rustup.rs/
|
|
[Install this tool.]: https://rustwasm.github.io/wasm-pack/installer/
|
|
|