Replies: 3 comments
|
For grins I add a musicxml conversion wasm project (compiling mx with emscripten) here. |
0 replies
|
Oh cool. Yeah this is an interesting idea. If I understand it correctly, it works right now, the gate would just be to prevent compile errors in the future? |
0 replies
|
That is correct. It works now. The main caveat is you have to compile with exceptions enabled, because emscripten defaults to no exceptions. And there is no access to the file system. My demo project uses a node script to test that it can take a musx file and turn it into a musicxml string. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A powerful feature of this library (and the musx -> musicxml library I am building on top of it) is the ability to compile it with
emscriptenand use it client-side in a browser from a website.If the CI is going to be refactored for Windows, I think including an emscripten build is something to consider as well. Right now denigma is building for emscripten in a separate repo, but I may add that test to the main repo at some point.
All reactions