Skip to content

mgr-inz-rafal/rust-webassembly-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-webassembly-test

Playground for Rust & Webassembly

Description

Nope, nothing of interest here. This is just me playing with Webassembly via Rust.

Some info

You need Rust from the nightly channel. Once you have it, download wasm target:

rustup target add wasm32-unknown-unknown --toolchain nightly

Then install the extremely useful tool for testing your application:

cargo install cargo-web

Then clone this repository, run cargo web start and connect your browser to localhost:8000 to see what I have painted on the canvas :)

About

Playground for Rust & Webassembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published