Skip to content

rustvu/wasm_pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm_pi

Rust WebAssembly example

Build & Run

  • Install wasm-pack, the high-level build tool for Rust WebAssembly projects
cargo install wasm-pack
  • Build the project
wasm-pack build --target web
  • Install a simple web server (Host These Things Please)
cargo install https
  • Start the web server in the project root
http
  • Open the application in your browser: http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published