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.
9 lines
414 B
9 lines
414 B
# Tutorials
|
|
|
|
We have two tutorials that help you get started with `wasm-pack`:
|
|
|
|
- If you want to create and publish a package: [npm browser packages]
|
|
- If you'd like to develop a Wasm library alongside a JavaScript application using Webpack: [Hybrid applications with Webpack]
|
|
|
|
[npm browser packages]: npm-browser-packages/index.html
|
|
[Hybrid applications with Webpack]: hybrid-applications-with-webpack/index.html
|
|
|