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
emscripten-functions-sys contains raw, generated bindings to a plethora of functions that come with emscripten's C API. Most that you'll need will be here.
emscripten-functions contains safe Rust bindings to the functions from 2 modules of emscripten-functions-sys: emscripten (which contains the functions used by the vast majority of people who need functions from the emscripten C API) and console.
Feel free to use the library and if you face the need to use a function that is not defined in my crates, reply to this issue.
No description provided.
The text was updated successfully, but these errors were encountered: