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/interpreter
Xu Jun 5e196253f6
Fix function type not set issue of aot_call_indirect (#229)
Add registration of libc-wasi to 'wasi_snapshot_preview1' to support cargo-wasi
change zephyr build method from cmake to west
fix problem when preserve space for local vars
fix wasi authority problem
2020-04-07 11:04:46 +08:00
..
iwasm_interp.cmake minor changes (#195) 2020-03-11 13:49:52 +08:00
wasm_interp_classic.c Implement register/call native API with raw (unextracted) arguments (#222) 2020-04-01 12:52:08 +08:00
wasm_interp_fast.c Implement register/call native API with raw (unextracted) arguments (#222) 2020-04-01 12:52:08 +08:00
wasm_interp.h re-org bh_definition.c && introduce wamr fast interpreter (#189) 2020-03-07 22:20:38 +08:00
wasm_loader.c Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00
wasm_loader.h Merge two levels of hash cache of branch block address into one (#173) 2020-02-22 21:05:08 +08:00
wasm_opcode.h Sync with internal feature (#204) 2020-03-18 17:49:23 +08:00
wasm_runtime.c Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00
wasm_runtime.h Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00
wasm.h Implement register/call native API with raw (unextracted) arguments (#222) 2020-04-01 12:52:08 +08:00