Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this crate containt all emscripten-functions? #2

Open
ChiaoTeo opened this issue Sep 10, 2024 · 1 comment
Open

this crate containt all emscripten-functions? #2

ChiaoTeo opened this issue Sep 10, 2024 · 1 comment

Comments

@ChiaoTeo
Copy link

No description provided.

@ALEX11BR
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants