Releases: bytecodealliance/wasm-micro-runtime
WAMR-03-30-2020
Enable aarch64 support
Preserve space for locals before set/tee opcode
Add component test framework and test suite
Change printf to puts in assemblyscript to match the signature
Re-org ems mem allocator source codes
Update documents
WAMR-03-19-2020
Introduce fast interpreter
Simplify interfaces of runtime initialization and destruction, and native symbol registration
Re-org memory allocation APIs, and add realloc function argument for memory allocator
Re-org platform's code structure and APIs to simplify the platform porting
Switch llvm to official version and enhance AoT relocation
Implement opcode counter for interpreter
WAMR-03-05-2020
Enable ARM and THUMB AOT support
Enable Android platform support
Implement native function registration, auto native pointer check and address conversion
Modify API wasm_runtime_module_malloc() and wasm_runtime_lookup_function()
Update documents
WAMR-02-27-2020
Enable SGX AOT
Update some build scripts
Refine block addr cache design
WAMR-02-18-2020
Enable AoT and JIT feature, enable wamr compiler
Enable WAMR SDK
Change wasm_runtime_call_wasm() function prototype and native wrapper function prototype
Support app framework base library in assemblyscript
Improve performance of iwasm interpreter
WAMR-01-12-2020
The last version before AoT is released, which only supports interpreter mode.
WAMR-11-28-2019
Enable WASI, update linux-sgx makefile and add enclave sample, enhance wasm loader and update documents.