wasm-micro-runtime/core/iwasm
Wenyong Huang 8a7dd4dc3e
Remove handling unsupported opcodes in loader (#1464)
Remove handling opcode DROP_64/SELECT_64 in loader stage
prepare_bytecode, as they are the modified opcodes of DROP/SELECT
for optimization purpose, but not the opcodes defined by spec.
2022-09-08 15:38:16 +08:00
..
aot ci: Cover more configurations & targets on NuttX (#1448) 2022-09-05 12:12:32 +08:00
common Fix a potential memory leak issue in wasm_native_init (#1465) 2022-09-08 14:22:34 +08:00
compilation Fix typo in simd_conversions.c (#1428) 2022-08-29 18:01:19 +08:00
fast-jit Add more checks for Fast JIT gen insn and jit_lock_reg_in_insn (#1449) 2022-09-07 16:52:35 +08:00
include Fix multi-module and some other issues (#1435) 2022-08-31 17:38:38 +08:00
interpreter Remove handling unsupported opcodes in loader (#1464) 2022-09-08 15:38:16 +08:00
libraries Fix a potential memory leak issue in wasm_native_init (#1465) 2022-09-08 14:22:34 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00