Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 511 Bytes

waw-rs demo

Welcome to the waw-rs demo project! This project demonstrate how to create a super simple WebAudio application in the browser using vite and waw-rs.

Running the project

In this directory, install the JavaScript dependencies with npm:

npm install

Build the rust project into WASM using the build script: (This step is necessary after any changes to the Rust code)

npm run build

Run the development server, and open localhost in a browser:

npm run dev