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
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
..
basic Fix some compile issues of samples (#690) 2021-08-06 18:12:21 +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 some compile issues of samples (#690) 2021-08-06 18:12:21 +08:00
multi-thread Fix some compile issues of samples (#690) 2021-08-06 18:12:21 +08:00
ref-types Fix some compile issues of samples (#690) 2021-08-06 18:12:21 +08:00
simple Implement more wasm-c-apis and enable Envoy integration (#622) 2021-04-27 17:05:40 +08:00
spawn-thread Fix some compile issues of samples (#690) 2021-08-06 18:12:21 +08:00
wasm-c-api Allow empty import array for wasm-c-api wasm_instance_new (#782) 2021-10-12 16:06:38 +08:00
workload Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00