- Notifications
You must be signed in to change notification settings - Fork0
My following of the Rust WASM Game of Life tutorial
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE_APACHEMIT
LICENSE_MITNotificationsYou must be signed in to change notification settings
jmcph4/wasm-game-of-life
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A template for kick starting a Rust and WebAssembly project usingwasm-pack.
Built with 🦀🕸 byThe Rust and WebAssembly Working Group
📚 Read this template tutorial! 📚
This template is designed for compiling Rust libraries into WebAssembly andpublishing the resulting package to NPM.
Be sure to check outotherwasm-pack
tutorials online for othertemplates and usages ofwasm-pack
.
Learn more aboutcargo generate
here.
cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-projectcd my-project
wasm-pack build
wasm-pack test --headless --firefox
wasm-pack publish
wasm-bindgen
for communicatingbetween WebAssembly and JavaScript.console_error_panic_hook
for logging panic messages to the developer console.wee_alloc
, an allocator optimizedfor small code size.
About
My following of the Rust WASM Game of Life tutorial
Topics
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE_APACHEMIT
LICENSE_MITStars
Watchers
Forks
Releases
No releases published
Packages0
No packages published