Skip to content

Tags: bytecodealliance/wasm-micro-runtime

Tags

WAMR-2.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix a linking error caused by commit #3580d1 (#4311)

> **Fix a release-blocking issue**

---

Like:
```
vmlib.lib(blocking_op.obj) : error LNK2019: unresolved external symbol
__imp_wasm_runtime_begin_blocking_op referenced in function
blocking_op_close
[D:\a\wasm-micro-runtime\wasm-micro-runtime\wamr-compiler\build\wamrc.vcxproj]
vmlib.lib(blocking_op.obj) : error LNK2019: unresolved external symbol
__imp_wasm_runtime_end_blocking_op referenced in function
blocking_op_close
[D:\a\wasm-micro-runtime\wasm-micro-runtime\wamr-compiler\build\wamrc.vcxproj]
```

WAMR-2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to 2.3.0 (#4171)

- Update version to 2.3.0
- Update RELEASE_NOTES.md. Remove commits that forget to squash when PRs were merged, and some updates on commit messages

---------

Co-authored-by: James Marsh <mrshnja@amazon.co.uk>
Co-authored-by: liang.he@intel.com <liang.he@intel.com>
Co-authored-by: TianlongLiang <111852609+TianlongLiang@users.noreply.github.com>

WAMR-2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update release notes and update version to 2.2.0 (#3863)

WAMR-2.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use node 18.x to build vscode extension (#3735)

Fix the issue of releasing wamr-ide vscode extension:
https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/10467675321/job/28987014745

WAMR-2.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to 2.1.1 and update release notes (#3618)

WAMR-2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update release notes (#3506)

WAMR-1.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release/1.3.x: Update version number to 1.3.3 and update release notes (

#3371)

WAMR-2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add some more comments on WASM_STACK_GUARD_SIZE (#3341)

WAMR-1.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix read and validation of misc/simd/atomic sub opcodes (#3115)

The format of sub opcodes after misc, simd and atomic prefix is leb u32.

The issue was found in #2921.

WAMR-1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
aot debug: Update DW_AT_producer (#3001)

Currently we are using "ant compiler", which is a bit historical.
This commit changes it to use "WAMR AoT compiler" instead.