Skip to content

Releases: bytecodealliance/wasm-micro-runtime

WAMR-03-30-2020

30 Mar 03:19
d9890d2
Compare
Choose a tag to compare

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

19 Mar 08:27
c6042c4
Compare
Choose a tag to compare

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

05 Mar 13:52
cfcaca3
Compare
Choose a tag to compare

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

27 Feb 07:43
4dbe7c4
Compare
Choose a tag to compare

Enable SGX AOT
Update some build scripts
Refine block addr cache design

WAMR-02-18-2020

18 Feb 08:45
Compare
Choose a tag to compare

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

21 Jan 05:16
Compare
Choose a tag to compare

The last version before AoT is released, which only supports interpreter mode.

WAMR-11-28-2019

28 Nov 00:44
Compare
Choose a tag to compare

Enable WASI, update linux-sgx makefile and add enclave sample, enhance wasm loader and update documents.