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
Tibor Nagy 4050dcdf2f core: Add error handling to cartridge header parsing
Former-commit-id: 4e65ccd597bc082f259788f0870287254e852a2f
Former-commit-id: ebb62516936dc0f27dc9761aeb6bb6faa8ec58b5
2020-05-30 15:35:12 +03:00
..
app Fix links in web demo 2020-04-30 18:52:08 +03:00
src core: Add error handling to cartridge header parsing 2020-05-30 15:35:12 +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 Refactor dir rustboyadvance-core -> core 2020-05-30 13:43:37 +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