Skip to content

WAMR-04-15-2021

Choose a tag to compare

@wenyongh wenyongh released this 15 Apr 01:22
· 2146 commits to main since this release
7706e4b

Re-org fast-interpreter to support unaligned address access for some CPUs
Implement auxiliary stack overflow/underflow check for AOT/JIT/interpreter
Enable SIMD128 feature for AARCH64 target
Implement realloc wrapper in builtin libc
Update sample workload's scripts to align with latest emcc
Fix aot code failed to run on darwin/android issue
Fix aux stack overwritten issue when lib-pthread is enabled
Fix pthread_join overwrite issue when lib-pthread is enabled
Fix compile warnings on windows platform: dll linkage and others
Fix llvm target vendor-sys-abi not correctly set issue on windows platform