wasm-micro-runtime/core/iwasm/common
Wenyong Huang 7db2221ad9
Re-org address unalignment access for fast-interp (#597)
And clear some compile warnings on wasm loader, add ${UV_A_LIBS} for some CMakeLists.txt.
2021-04-01 16:50:46 +08:00
..
arch Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
iwasm_common.cmake Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +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 Fix compile warnings of wasm-c-api and add more checks (#592) 2021-03-25 10:13:34 +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 Re-org address unalignment access for fast-interp (#597) 2021-04-01 16:50:46 +08:00
wasm_runtime_common.h Re-org address unalignment access for fast-interp (#597) 2021-04-01 16:50: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