Skip to content

Spoonbender/wasm-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm-demo

Setup

  • Install the Rust toolchain
  • Install Rust WASM
  • Install Cargo Generate
    • cargo install cargo-generate
  • Install the wasm-gc tool
    • cargo install wasm-gc
  • Install the cargo-wasi tool
    • cargo install cargo-wasi
  • Install the specific version of wasm-bindgen that works with this WasmTime version
    • cargo install -f wasm-bindgen-cli --vers 0.2.55
  • Add target
    • rustup target add wasm32-unknown-unknown
  • Recommended: Web Assembly Toolkit (wbat)
  • Recommended VSCode Extesions
    • Rust Analyzer
    • WebAssembly
      • Syntax highlighting in textual representation
      • Can convert Wasm binary representation to textual representation in just a few clicks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published