This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/platform/rustboyadvance-wasm
Michel Heily f7719d4183 Add favicon to wasm app
Former-commit-id: 54c3133e61b3c9edbe9e5ffb878ba232734f8326
2020-04-30 09:59:13 +03:00
..
app Add favicon to wasm app 2020-04-30 09:59:13 +03:00
src Wasm improvments 2020-04-15 15:50:56 +03:00
tests Add rustboyadvance-wasm 2020-04-13 17:55:39 +03:00
.appveyor.yml Add rustboyadvance-wasm 2020-04-13 17:55:39 +03:00
.cargo-ok Add rustboyadvance-wasm 2020-04-13 17:55:39 +03:00
.gitignore Add rustboyadvance-wasm 2020-04-13 17:55:39 +03:00
.travis.yml Add rustboyadvance-wasm 2020-04-13 17:55:39 +03:00
Cargo.toml Wasm improvments 2020-04-15 15:50:56 +03:00
LICENSE_APACHE Add rustboyadvance-wasm 2020-04-13 17:55:39 +03:00
LICENSE_MIT Add rustboyadvance-wasm 2020-04-13 17:55:39 +03:00
package-lock.json Add rustboyadvance-wasm 2020-04-13 17:55:39 +03:00
README.md Add rustboyadvance-wasm 2020-04-13 17:55:39 +03: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