wasm-micro-runtime/samples/wasm-c-api/src
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
..
utils Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
callback_chain.c Implement wasm-c-api frame/trap APIs for interpreter mode (#660) 2021-07-06 17:05:59 +08:00
callback_chain.wat Add wasm-c-api nested function calls sample (#652) 2021-06-16 15:26:28 +08:00
callback.c Add wasm-c-api nested function calls sample (#652) 2021-06-16 15:26:28 +08:00
callback.wat Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
global.c Add wasm-c-api nested function calls sample (#652) 2021-06-16 15:26:28 +08:00
global.wat Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
globalexportimport-1.wat Add wasm-c-api nested function calls sample (#652) 2021-06-16 15:26:28 +08:00
globalexportimport-0.wat Add wasm-c-api nested function calls sample (#652) 2021-06-16 15:26:28 +08:00
globalexportimport.c Add wasm-c-api nested function calls sample (#652) 2021-06-16 15:26:28 +08:00
hello.c Implement wasm-c-api frame/trap APIs for AOT mode (#663) 2021-07-13 09:01:03 +08:00
hello.wat Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
hostref.c Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
hostref.wat Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
LICENSE Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
memory.c Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
memory.wat Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
multi.c Add wasm-c-api nested function calls sample (#652) 2021-06-16 15:26:28 +08:00
multi.wat Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
reflect.c Add wasm-c-api nested function calls sample (#652) 2021-06-16 15:26:28 +08:00
reflect.wat Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
table.c Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
table.wat Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
trap.c Implement wasm-c-api frame/trap APIs for interpreter mode (#660) 2021-07-06 17:05:59 +08:00
trap.wat Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00