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
wenyongh d381b0fdec
Implement post-MVP features and native stack overflow check (#243)
Implement native thread stack overflow check
Implement post-MVP: Non-trapping float-to-int conversions
Implement post-MVP: Sign-extension operators
Enhance WASM loader checks
2020-04-30 17:52:11 +08:00
..
arch Enable aarch64 support, add component test framework and test suite (#211) 2020-03-24 19:04:29 +08:00
iwasm_common.cmake Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00
wasm_exec_env.c Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
wasm_exec_env.h Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
wasm_memory.c re-org ems mem allocator source codes, update prot_wamr.md (#217) 2020-03-30 11:06:39 +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 Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +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 Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
wasm_runtime_common.h Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00