[READ-ONLY] Mirror of https://github.com/shuuji3/hello-rust-wasm. Rust and WebAssembly - https://rustwasm.github.io/docs/book/
0

Configure Feed

Select the types of activity you want to include in your feed.

Rust 9.3%
Other 90.7%
1 1 0

Clone this repository

https://git.vm.fail/shuuji3.xyz/hello-rust-wasm https://git.vm.fail/did:plc:y5fhcqcddgjkga6ol4kqv6ve
ssh://git@knot1.tangled.sh:2222/shuuji3.xyz/hello-rust-wasm ssh://git@knot1.tangled.sh:2222/did:plc:y5fhcqcddgjkga6ol4kqv6ve

For self-hosted knots, clone URLs may differ based on your setup.


README.md

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#