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
YAMAMOTO Takashi 336abc2b27
Fix a build on alpine, whose libc is musl (#726)
Change __syscall_slong_t to __SYSCALL_SLONG_TYPE, and use it when macro __SYSCALL_SLONG_TYPE is defined.
2021-09-07 10:03:54 +08:00
..
aot Implement float and integer conversion intrinsics (#718) 2021-09-02 16:39:53 +08:00
common Make sp 8 byte aligned in invokeNative on ARM (#697) 2021-08-18 10:21:38 +08:00
compilation Fix several coding style and return value unchecked issues (#722) 2021-09-04 10:08:34 +08:00
include Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
interpreter Appease some UBSan complaints (#720) 2021-09-04 10:09:30 +08:00
libraries Fix a build on alpine, whose libc is musl (#726) 2021-09-07 10:03:54 +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