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

WIP: Implement C bindings for Wasmi #1009

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

WIP: Implement C bindings for Wasmi #1009

wants to merge 8 commits into from

Conversation

Robbepop
Copy link
Member

@Robbepop Robbepop commented May 1, 2024

Closes #922

This is going to be a larger effort and low-priority so I will be working on it from time to time.

TODO

  • wasm_config_t
  • wasm_engine_t
  • wasm_store_t
  • wasm_module_t
  • wasm_instance_t
  • wasm_trap_t
  • wasm_func_t
  • wasm_functype_t
  • wasm_table_t
  • wasm_tabletype_t
  • wasm_memory_t
  • wasm_memorytype_t
  • wasm_global_t
  • wasm_globaltype_t
  • wasm_externtype_t
  • wasm_importtype_t
  • wasm_exporttype_t
  • wasm_byte_[_vec]_t
  • wasm_val_[_vec]_t
  • wasm_valtype_[_vec]_t
  • wasmi_linker_t

Copy link

codecov bot commented May 1, 2024

Codecov Report

Attention: Patch coverage is 0% with 37 lines in your changes are missing coverage. Please review.

Project coverage is 80.53%. Comparing base (423f867) to head (ba31e52).

Files Patch % Lines
crates/capi/src/config.rs 0.00% 30 Missing ⚠️
crates/capi/src/engine.rs 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1009      +/-   ##
==========================================
- Coverage   80.65%   80.53%   -0.13%     
==========================================
  Files         269      271       +2     
  Lines       24813    24850      +37     
==========================================
  Hits        20012    20012              
- Misses       4801     4838      +37     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

Create C bindings for Wasmi
1 participant