-
Notifications
You must be signed in to change notification settings - Fork 824
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
Add emscripten functions and types to the C API #1062
Conversation
4bbea88
to
f1c95a8
Compare
@MarkMcCaskey thank you very much on the PR. Just to make sure how to use it, After compiling my module I will have to call Is that right? |
@MarkMcCaskey I have tried this branch and now I am not getting the |
Got it, there was an uninitialized variable that cause the segfault. I can confirm that its working. |
bors try |
tryBuild succeeded
|
bors r+ |
1062: Add emscripten functions and types to the C API r=syrusakbary a=MarkMcCaskey resolves #574 Left to do: - [x] Add tests - [x] Add memory set up, etc (need to break up monolithic ("run" function in wasmer_emscripten into pieces) - [x] Add passing args, etc # Review - [x] Add a short description of the the change to the CHANGELOG.md file Co-authored-by: Mark McCaskey <[email protected]> Co-authored-by: Mark McCaskey <[email protected]> Co-authored-by: Syrus Akbary <[email protected]>
Build failed |
bors r+ |
1062: Add emscripten functions and types to the C API r=MarkMcCaskey a=MarkMcCaskey resolves #574 Left to do: - [x] Add tests - [x] Add memory set up, etc (need to break up monolithic ("run" function in wasmer_emscripten into pieces) - [x] Add passing args, etc # Review - [x] Add a short description of the the change to the CHANGELOG.md file Co-authored-by: Mark McCaskey <[email protected]> Co-authored-by: Mark McCaskey <[email protected]> Co-authored-by: Syrus Akbary <[email protected]>
Build succeeded
|
resolves #574
Left to do:
Review