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.
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