Test rust and web assembly following https://rustwasm.github.io/docs/book/introduction.html
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
histausse 2cb68b6bdc
defaut constructor generate a blank grid
3 years ago
src defaut constructor generate a blank grid 3 years ago
tests write tests 3 years ago
www@38933c4a49 defaut constructor generate a blank grid 3 years ago
.appveyor.yml first call in js 3 years ago
.gitignore first call in js 3 years ago
.gitmodules this is a mess 3 years ago
.travis.yml first call in js 3 years ago
Cargo.toml use a more compact memory rep 3 years ago
LICENSE_APACHE first call in js 3 years ago
LICENSE_MIT first call in js 3 years ago
README.md first call in js 3 years ago
package-lock.json first call in js 3 years ago
package.json first call in js 3 years ago

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