Skip to content

Commit

Permalink
Merge pull request #20795 from bmewen/wamr-update
Browse files Browse the repository at this point in the history
pkg/wamr : updated wamr version to v2.1.1
  • Loading branch information
benpicco authored Jul 24, 2024
2 parents 4612cc2 + 36bcdd4 commit 16f8160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/wamr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PKG_URL=https://github.com/bytecodealliance/wasm-micro-runtime.git
ifeq ($(PKG_BLEEDING),1)
PKG_VERSION=main
else
PKG_VERSION=3f5e2bd23bcb8eb3767c8e17789c6a2e3e912a08
#release tag: WAMR-1.3.3
PKG_VERSION=8af155076c6c62d9766ede640cf3f29fa73a4b53
#release tag: WAMR-2.1.1
endif
PKG_LICENSE=Apache-2.0

Expand Down

0 comments on commit 16f8160

Please sign in to comment.