wasm-micro-runtime/samples/wasm-c-api/src
Wenyong Huang 773efc006d
Change WASM_ANYREF to WASM_EXTERNREF (#3426)
wasm-c-api wasm.h had changed WASM_ANYREF to WASM_EXTERNREF,
we had better change it in WAMR also:
2ce1367c9d/include/wasm.h (L185)
2024-05-14 11:08:16 +08:00
..
utils Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
callback_chain.c Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
callback_chain.wat Fix sample ref-types/wasm-c-api build error with wat2wasm low version (#1702) 2022-11-15 13:51:03 +08:00
callback.c Change WASM_ANYREF to WASM_EXTERNREF (#3426) 2024-05-14 11:08:16 +08:00
callback.wat Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
clone.c Fix some spelling issues (#3385) 2024-05-06 07:56:48 +08:00
clone.wat Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
empty_imports.c Fix issues detected by Coverity (#1776) 2022-12-01 22:03:09 +08:00
empty_imports.wat Allow empty import array for wasm-c-api wasm_instance_new (#782) 2021-10-12 16:06:38 +08:00
global.c Fix issues detected by Coverity (#1776) 2022-12-01 22:03:09 +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 Fix issues detected by Coverity (#1776) 2022-12-01 22:03:09 +08:00
hello.c Implement apis to set and get the name of a wasm module (#3254) 2024-03-26 12:10:13 +08:00
hello.wat Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
hostref.c Change WASM_ANYREF to WASM_EXTERNREF (#3426) 2024-05-14 11:08:16 +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 Fix issues detected by Coverity (#1776) 2022-12-01 22:03:09 +08:00
memory.wat Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
multi.c Fix issues detected by Coverity (#1776) 2022-12-01 22:03:09 +08:00
multi.wat Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
reflect.c Change WASM_ANYREF to WASM_EXTERNREF (#3426) 2024-05-14 11:08:16 +08:00
reflect.wat Fix sample ref-types/wasm-c-api build error with wat2wasm low version (#1702) 2022-11-15 13:51:03 +08:00
serialize.c Fix issues detected by Coverity (#1776) 2022-12-01 22:03:09 +08:00
serialize.wat Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
table.c Fix issues detected by Coverity (#1776) 2022-12-01 22:03:09 +08:00
table.wat Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
threads.c Fix issues detected by Coverity (#1776) 2022-12-01 22:03:09 +08:00
threads.wat Add wasm_module_obtain() to clone wasm_module_t (#1660) 2022-11-09 12:50:58 +08:00
trap.c Remove an improper assumption when creating wasm_trap (#1657) 2022-11-01 11:56:28 +08:00
trap.wat Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00