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
Wenyong Huang fda3a26903
Fix some relocation type issues in windows (#574)
Implement Windows PE file relocation type IMAGE_REL_AMD64_ADDR64/ADDR32/REL32, implement relocation for symbol "__xmm@xxx"/"__plt@xxx"/".rdata", implement Windows invokeNative simd asm code and enable SIMD by default for windows platform. Also update wamrc tool.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-03-16 16:59:16 +08:00
..
aot Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
common Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
compilation Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
include Remove heap size check when creating wasi ctx (#565) 2021-03-10 16:25:07 +08:00
interpreter Remove heap size check when creating wasi ctx (#565) 2021-03-10 16:25:07 +08:00
libraries Enable to use BH_VPRINTF macro to redirect stdout output (#560) 2021-03-06 22:29:58 +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