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
dongsheng28849455 d267121c88 Fix XIP issue of handling 64-bit const in 32-bit target (#1803)
- Handle i64 const like f64 const
- Ensure i64/f64 const is stored on 8-byte aligned address
2022-12-20 14:37:07 +08:00
..
aot Implement i32.div_s (#1792) 2022-12-20 14:37:07 +08:00
common Fix wasm-c-api import func link issue in wasm_instance_new (#1787) 2022-12-20 14:37:07 +08:00
compilation Fix XIP issue of handling 64-bit const in 32-bit target (#1803) 2022-12-20 14:37:07 +08:00
fast-jit Fix a typo in workflow (#1760) 2022-11-30 14:00:30 +08:00
include Adding option to pass user data to allocator functions (#1765) 2022-11-30 16:19:18 +08:00
interpreter Upgrade version number to 1.1.2 (#1788) 2022-12-20 14:37:07 +08:00
libraries Add memory watchpoint support for source debugger (#1762) 2022-12-20 14:37:07 +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