/simple-wasm-template

Project template for Rust WASM w/o JS

Primary LanguageRustApache License 2.0Apache-2.0

This is a project template for Rust WebAssembly programs which don't use any JavaScript modules.

Prerequisites:

Steps

  1. Generate project

cargo generate https://github.com/DougLau/simple-wasm-template --name {project name}

  1. Run project

cargo run