This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/samples
Wenyong Huang edb184f709
Implement most missing wasm-c-api APIs (#303) (#676)
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>
2021-07-28 21:53:37 +08:00
..
basic Update wasm app build scripts for wasi-sdk-12 and refine interpreter (#481) 2020-12-28 10:46:31 +08:00
gui Enable mpu stack for latest zephyr to enable app manager (#673) 2021-07-27 12:22:22 +08:00
littlevgl Enable mpu stack for latest zephyr to enable app manager (#673) 2021-07-27 12:22:22 +08:00
multi-module Fix the build issues on mac for some samples (#358) 2020-08-21 15:14:04 +08:00
multi-thread Update wasm app build scripts for wasi-sdk-12 and refine interpreter (#481) 2020-12-28 10:46:31 +08:00
ref-types Import reference-types feature (#612) 2021-04-15 11:29:20 +08:00
simple Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
spawn-thread Add wasm-c-api nested function calls sample (#652) 2021-06-16 15:26:28 +08:00
wasm-c-api Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
workload Enable multi-thread for tensorflow sample, update wasm-c-api document (#651) 2021-06-14 08:58:32 +08:00