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

Implement most missing wasm-c-api APIs #303

Merged
merged 23 commits into from
Jul 28, 2021
Merged

Implement most missing wasm-c-api APIs #303

merged 23 commits into from
Jul 28, 2021

Conversation

wenyongh
Copy link
Owner

Remove unnecessary functions and implement more APIs:
- wasm_##name##same
- wasm
##name##as_ref
- wasm_ref_as
##name##
- wasm_ref_delete
- wasm_module_validate
- wasm_table_get/set/size
- wasm_memory_size
- wasm_config_new
- wasm_foreign_new

And add more wasm-c-api samples, update the related document.

Merge bytecodealliance:main into wenyongh:main
Enable to cache compiled AOT file buffer for wasm-c-api JIT mode
Fix issues of wasm-c-api sample trap and callback_chain
Avoid checks that rely on undefined C behavior
Implement wasm-c-api frame/trap APIs for interpreter mode (#660)
And update workflow to build/cache llvm and run wasm-c-api samples
Implement wasm-c-api frame/trap APIs for AOT mode (#663)
Add wasm_engine_new_with_args declaration in wasm_c_api.h
Fix wasm-c-api frame func_offset issue in fast interp mode
Remove bounds sanitize compiler flag
Implement wasm-c-api wasm_config related APIs (#665)
Implement AOT support for RISCV (#649)
Fix some compile warnings and update document (#670)
Enable to build wamrc with custom llvm and fix some compile warnings …
And output detail info when install wasm app failed, update document and fix some compile warnings and errors.
Enable mpu stack for latest zephyr to enable app manager (#673)
Merge bytecodealliance:main into wenyongh:main
@wenyongh wenyongh merged commit a3009f8 into dev/wasm_c_api Jul 28, 2021
wenyongh added a commit that referenced this pull request Jul 28, 2021
Remove unnecessary functions and implement more APIs:
- wasm_##name##same
- wasm##name##as_ref
- wasm_ref_as##name##
- wasm_ref_delete
- wasm_module_validate
- wasm_table_get/set/size
- wasm_memory_size
- wasm_config_new
- wasm_foreign_new

And add more wasm-c-api samples, update the related documen, add more CI rules.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
wenyongh added a commit that referenced this pull request Jul 28, 2021
Implement most missing wasm-c-api APIs (#303) (#676)
wenyongh added a commit that referenced this pull request Jul 28, 2021
Implement most missing wasm-c-api APIs (#303) (#676)
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.

None yet

1 participant