nushell/samples/wasm
dependabot[bot] 73f94105a5
Bump follow-redirects from 1.14.7 to 1.14.8 in /samples/wasm (#4446)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-12 16:10:59 -05:00
..
src moved folders 2022-02-07 19:23:12 +00:00
tests moved folders 2022-02-07 19:23:12 +00:00
.appveyor.yml moved folders 2022-02-07 19:23:12 +00:00
.cargo-ok moved folders 2022-02-07 19:23:12 +00:00
.gitignore moved folders 2022-02-07 19:23:12 +00:00
.travis.yml moved folders 2022-02-07 19:23:12 +00:00
Cargo.toml Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
LICENSE_APACHE moved folders 2022-02-07 19:23:12 +00:00
LICENSE_MIT moved folders 2022-02-07 19:23:12 +00:00
package-lock.json Bump follow-redirects from 1.14.7 to 1.14.8 in /samples/wasm (#4446) 2022-02-12 16:10:59 -05:00
package.json moved folders 2022-02-07 19:23:12 +00:00
README.md moved folders 2022-02-07 19:23:12 +00:00

wasm-pack-template

A template for kick starting a Rust and WebAssembly project using wasm-pack.

Build Status

Tutorial | Chat

Built with 🦀🕸 by The Rust and WebAssembly Working Group

About

📚 Read this template tutorial! 📚

This template is designed for compiling Rust libraries into WebAssembly and publishing the resulting package to NPM.

Be sure to check out other wasm-pack tutorials online for other templates and usages of wasm-pack.

🚴 Usage

🐑 Use cargo generate to Clone this Template

Learn more about cargo generate here.

cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project
cd my-project

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🎁 Publish to NPM with wasm-pack publish

wasm-pack publish

🔋 Batteries Included