wasm-micro-runtime/core/iwasm
Wenyong Huang a0e0a5fa0e
Fix fast jit issues and clear compile warnings (#1228)
Fix i8 bool result misused as i32 reg to compare with i32 0
Fix wasm_runtime_malloc 0 size memory warning
Fix codegen i64 ROTL translation issue
Refine rotate shift operations
Clear compilation warnings of codegen
2022-06-16 09:55:59 +08:00
..
aot Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
common Implement float comparison, conversion and numeric opcodes (#1170) 2022-05-24 19:03:46 +08:00
compilation Fix x86-32 compile warning and update document (#1164) 2022-05-10 15:22:20 +08:00
fast-jit Fix fast jit issues and clear compile warnings (#1228) 2022-06-16 09:55:59 +08:00
include wasm_export.h: Add a few comments about heap and threads (#1147) 2022-05-06 18:30:48 +08:00
interpreter Fix fast jit issues and clear compile warnings (#1228) 2022-06-16 09:55:59 +08:00
libraries Fix invalid calculation of total size of bytes to send and recv (#1162) 2022-05-10 10:43: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