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/core/iwasm
Michael Martin c94e752532
Allow empty import array for wasm-c-api wasm_instance_new (#782)
Allow empty import array (but not NULL) for wasm-c-api wasm_instance_new,
which makes the code more robust, especially in use cases where imports
might be constructed dynamically.
And add a test case in samples/wasm-c-api/src/empty_imports.c to test it.
2021-10-12 16:06:38 +08:00
..
aot Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
common Allow empty import array for wasm-c-api wasm_instance_new (#782) 2021-10-12 16:06:38 +08:00
compilation Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
include Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
interpreter Fix source debugging issues (#776) 2021-10-09 15:56:58 +08:00
libraries Fix source debugging issues (#776) 2021-10-09 15:56:58 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00