Skip to content

Tags: bytecodealliance/wasm-micro-runtime

Tags

WAMR-2.2.0

Toggle WAMR-2.2.0's commit message

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

Toggle WAMR-2.1.2's commit message

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

Toggle WAMR-2.1.1's commit message

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

Toggle WAMR-2.1.0's commit message

Verified

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

WAMR-1.3.3

Toggle WAMR-1.3.3's commit message

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

Toggle WAMR-2.0.0's commit message

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

Toggle WAMR-1.3.2's commit message

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

Toggle WAMR-1.3.1's commit message

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.

WAMR-1.3.0

Toggle WAMR-1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build llvm on macos (#2877)

Perf support is available on Linux only.

WAMR-1.2.3

Toggle WAMR-1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issues in releasing wamr-lldb (#2497)

- Update lldb patch due to swig was upgraded to 4.1 in macos
- Export LD_LIBRARY_PATH for searching libpython3.10.so when validating wamr-lldb
  in Ubuntu-20.04
- Rename lldb-wasm.patch to lldb_wasm.path