Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/not-fl3/miniquad-js-interop-demo


https://github.com/not-fl3/miniquad-js-interop-demo

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rust/Javascript interop demo with miniquad

Build instructions:

```bash
rustup target add wasm32-unknown-unknown
cargo build --target wasm32-unknown-unknown
cp target/wasm32-unknown-unknown/debug/miniquad-js-interop-demo.wasm js/demo.wasm
cd js
cargo install basic-http-server # optional, any http server will works
basic-http-server . # or any other http server to server static files with wasm MIME
```