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
mrpre
changed the title
Any planning to support emscripten for c-api
Any planning to support Emscripten/WASI for c-api
Jul 24, 2019
mrpre
changed the title
Any planning to support Emscripten/WASI for c-api
Any planning to support importing both WASI and custom functions?
Jul 25, 2019
syrusakbary
changed the title
Any planning to support importing both WASI and custom functions?
Export Emscripten imports so can be used from C-API
Dec 12, 2019
I also have this issue, I can run my program successfully with wasmer binary but not via the C-API.
I also tried to export myself the missing functions but it seems to be an issue with exporting namespaces that contains . (for example the global.Math).
Any ETA to support this?
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]>
Thanks for proposing a new feature!
Motivation
Command
wasmer run
can loadwasm
compiled by Emscripten butc-api
interface can't.Wasmer
has already supported the Emscripten/WASI.Proposed solution
callinfo
,import custom function
remain by c-api.The text was updated successfully, but these errors were encountered: