wasm-micro-runtime/core/iwasm/common
Wenyong Huang 724858c731
Update wasm app build scripts for wasi-sdk-12 and refine interpreter (#481)
Update wasm app build scripts for wasi-sdk-12.0: add --export=__main_argc_argv, remove --no-threads
Lookup function with name "__main_argc_argv" as main function besides "main"
Change module_malloc to runtime_malloc in wasi native lib
Refine classic interpreter op_block and op_br_table
Refine faster interpreter op_br_table

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2020-12-28 10:46:31 +08:00
..
arch NFC: fix typo in invokeNative_aarch64.s comment (#479) 2020-12-26 09:45:11 +08:00
iwasm_common.cmake Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +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 more checks to enhance security (#446) 2020-11-24 14:00:09 +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 Fix some compilation warnings and add esp-idf platform for experiment (#454) 2020-11-30 16:03:51 +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 some compilation warnings and add esp-idf platform for experiment (#454) 2020-11-30 16:03:51 +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 Update wasm app build scripts for wasi-sdk-12 and refine interpreter (#481) 2020-12-28 10:46:31 +08:00
wasm_runtime_common.h Fix wasi ctx memory free issue when app heap is corrupted (#455) 2020-11-30 17:00:53 +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