A nice thing about WebAssembly is that we can compile our C/C++/Rust code into WASM, and then use it inside browser. Adding support for WASM allows us to port plugins that were written in C/C++. - [ ] Mixery API for WebAssembly modules. - [ ] Perhaps implementing [CLAP plugins](https://github.com/free-audio/clap) host?
A nice thing about WebAssembly is that we can compile our C/C++/Rust code into WASM, and then use it inside browser.
Adding support for WASM allows us to port plugins that were written in C/C++.