wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
https://wasmer.io
MIT License
18.28k stars 775 forks source link

Implement the wasm-c-api missing functions #3099

Closed syrusakbary closed 1 month ago

syrusakbary commented 1 year ago

Basically, we'll need to enable the wasm-c-api missing functions so the wasm-c-api official examples/tests pass.

We ONLY need to do what it's already implemented on the Wasmer API (Rust), but not implemented/wrapped in the C-API.

Currently disabled tests: https://github.com/wasmerio/wasmer/blob/master/lib/c-api/tests/Makefile#L26-L28

This ticket depends on #3098.

We need to enable:

This will close #2080

syrusakbary commented 1 year ago

This one is blocked by #3127

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 month ago

Feel free to reopen the issue if it has been closed by mistake.