This is a test so don't take it seriously... Any feedback is helpful!!!
I'm still learning Rust and this is part of a bigger idea I have (why it's web browser only).
- Install Rust with the rustup installer
- Add the web assembly target:
rustup target add wasm32-unknown-unknown - Install the wasm packer:
cargo install wasm-pack - Run
wasm-pack build --target webto build (exports to pkg/)
But how do I see it????
- Install the Python interpreter and runtime
- Run
python -m http.serverto serve to localhost - Go to your browser and go to
localhost:8000 - Alternatively you can use npm with http-server
