dd9cf502f1998dce5934c01ecb2067a9ec3ca392
How to build the wasm module:
cd wasm-module
wasm-pack build --target web --out-dir ../web-demo/pkg
How to serve the web demo (requires wasm module):
cd web-demo
python3 -m http.server
How to run the native player:
cd native-player
cargo run --release
Description
Languages
Rust
88.8%
JavaScript
7%
HTML
2.4%
WGSL
1.8%