You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm afraid I don't know much about compiling to WASM. I haven't done anything special to make that work. The short answer is I don't have any time to test it out, I'm afraid. I'll happily accept Pull Requests.
Also, if you want to consume this crate directly with JS code (rather than with other rust code), someone would need to add JS bindings to it, I think. (The #[wasm_bindgen] stuff.) Possibly it makes sense for that to be a separate crate? (bindings of bindings...)
After all of that, it might be easier to write the C library in pure rust (and no_std probably)! But one would have to understand soundfonts for that...
Hi Chris,
thanks for this! Does the code support WASM as a compilation target so it can be loaded in a browser?
The text was updated successfully, but these errors were encountered: