ruediger / wasm-demo-web

Just playing around with wasm/web-sys/rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just some playing around with canvas, wasm/web_sys, websockets, and warp.

Based off of https://github.com/rustwasm/wasm-bindgen examples.

Image source https://commons.wikimedia.org/wiki/File:Mistletoebird_-_Round_Hill_Nature_Reserve.jpg License cc-by-sa 4.0 author JJ Harrison.

Build & Run

Build the wasm module using wasm-pack build --target web from the top level directory. Run the server by running cargo run from server/src. Unfortunately due to relative paths it has to be from there :). Visit http://127.0.0.1:3030/ to play around.

License

This project is licensed under either of

at your option.

About

Just playing around with wasm/web-sys/rust.


Languages

Language:Rust 85.4%Language:HTML 14.2%Language:Shell 0.4%