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/common
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
..
arch Update invokeNative_em64.asm (#511) 2021-02-04 08:50:15 +08:00
iwasm_common.cmake Implement riscv support for interpreter (#505) 2021-01-25 18:41:48 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
wasm_c_api_internal.h Fix some coding style issues, fix doc typo and refine some codes (#392) 2020-09-20 08:20:45 +08:00
wasm_c_api.c Add checks to avoid wasm_runtime_malloc memory with size 0 (#507) 2021-01-28 16:16:02 +08:00
wasm_exec_env.c introduce WAMR memory profiling tool (experimental) (#390) 2020-09-18 18:04:56 +08:00
wasm_exec_env.h introduce WAMR memory profiling tool (experimental) (#390) 2020-09-18 18:04:56 +08:00
wasm_memory.c Add checks to avoid wasm_runtime_malloc memory with size 0 (#507) 2021-01-28 16:16:02 +08:00
wasm_memory.h Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) 2020-03-10 19:54:44 +08:00
wasm_native.c Fix duplicated destroy shared memory's lock issue (#514) 2021-02-07 11:05:48 +08:00
wasm_native.h Implement register/call native API with raw (unextracted) arguments (#222) 2020-04-01 12:52:08 +08:00
wasm_runtime_common.c Remove heap size check when creating wasi ctx (#565) 2021-03-10 16:25:07 +08:00
wasm_runtime_common.h add uvwasi implementation to support wasi on windows [experimental] (#534) 2021-02-22 14:17:46 +08:00
wasm_shared_memory.c Add more checks to enhance security (#446) 2020-11-24 14:00:09 +08:00
wasm_shared_memory.h implement atomics opcodes for interpreter (#344) 2020-08-10 19:43:58 +08:00