Skip to content

hattyhattington17/hello-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello-Wasm Example Application

  • Compile the Rust library into wasm and copy the Wasm binary into the project root
rustup target add wasm32-unknown-unknown
cargo build --release --target wasm32-unknown-unknown
cp target/wasm32-unknown-unknown/release/hello_wasm.wasm ./
  • Serve the index.html, main.js, and Wasm module
npx serve .

About

Code to accompany Wasm blog series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published