1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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

This commit is contained in:
Karl Fessel 2022-05-19 13:56:29 +02:00
parent 82fd89fa89
commit 03c5adcf3f

View File

@ -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