Skip to content

Latest commit

 

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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