MixeryOSS / engine

The Mixery engine, as known as "the heart of Mixery Digital Audio Workspace"
GNU General Public License v3.0
1 stars 0 forks source link

Support for WASM #2

Open nahkd123 opened 1 year ago

nahkd123 commented 1 year ago

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