wasm-micro-runtime/samples/wasm-c-api/src
Wenyong Huang eb29385963
Implement more wasm-c-apis and enable Envoy integration (#622)
Implement more wasm-c-api APIs to support Envoy integration:
- sync up with latest c-api definition
- change CMakeLists to export necessary headers and install the static library of iwasm
- enable to export tables and memories
- support memorytype and tabletype APIs
- update wasm-c-api sampels
- enable to export importtype APIs

And refine bazel scripts for sample XNNPACK workload, add license headers for sample simple.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-04-27 17:05:40 +08:00
..
utils Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
callback.c Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
callback.wat Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
global.c Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
global.wat Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
globalexportimport-1.wat Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
globalexportimport-0.wat Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
globalexportimport.c Fix compile warnings of wasm-c-api and add more checks (#592) 2021-03-25 10:13:34 +08:00
hello.c Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
hello.wat Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
LICENSE Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
multi.c Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
multi.wat Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
reflect.c Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
reflect.wat Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
trap.c Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
trap.wat Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00