nestadia-wasm

Crates.ionestadia-wasm
lib.rsnestadia-wasm
version0.1.0
sourcesrc
created_at2021-06-19 01:59:35.274855
updated_at2021-06-19 01:59:35.274855
descriptionA WASM frontend for the nestadiia emulator
homepage
repository
max_upload_size
id411950
size23,463
(zer0x64)

documentation

README

Nestadia WASM

This version of Nestadia runs directly in the browser!

How to run

To start off, install trunk and wasm-bindgen-cli via cargo:

cargo install trunk wasm-bindgen-cli

After that, simply use trunk to build and serve the application. Note that performance are very bad in debug builds:

trunk serve --release

After that the application will be exposed on http://localhost:8080

Commit count: 0

cargo fmt