wasm-micro-runtime/core/iwasm/include
Wenyong Huang b06ae7272f
Remove heap size check when creating wasi ctx (#565)
Remove check for heap_size==0 when creating wasi ctx, as the related data structures are allocated from global heap instead of app heap now, so it also works when app heap isn't created.
Also add v128 type for Windows so as to fix wamrc compilation error in Windows platform.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-03-10 16:25:07 +08:00
..
aot_export.h Implement performance profiler and call stack dump, and update toolchain document (#501) 2021-01-18 13:23:10 +08:00
lib_export.h Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
wasm_c_api.h Add two apis for wasm function call (#375) 2020-09-08 13:03:35 +08:00
wasm_export.h Remove heap size check when creating wasi ctx (#565) 2021-03-10 16:25:07 +08:00