Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/wamr: update to tagged release WAMR-05-18-2022 #18119

Merged
merged 1 commit into from
May 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_BLEADING),1)
PKG_VERSION=main
else
PKG_VERSION=a22a5da40d7c81ebf3ebb26b457439712f5dde56
#main 2022-02-09
PKG_VERSION=d7a2888b18c478d87ce8094e1419b4e061db289f
#release tag: WAMR-05-18-2022
endif
PKG_LICENSE=Apache-2.0

Expand Down