Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ar37-rs/wasm_template


https://github.com/ar37-rs/wasm_template

Last synced: about 21 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Rust Wasm template for windows.

Requirements:

* [Rust](https://www.rust-lang.org)
* Wasm32 toolchain

install using rustup:

rustup target add wasm32-unknown-unknown
* [wasm-bindgen CLI](https://crates.io/crates/wasm-bindgen-cli)

Install using cargo:

cargo install wasm-bindgen-cli --force