pkg/wamr : updated wamr version to v2.1.1 #20795
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A while ago I added the glue in WAMR to make RIOT works with its most recent version. Since the code is now implemented in the latest release I thought it could be good to update the version RIOT was using. I tested the example and had no particular problem on a DWM1001.
From what I saw the wamr package is for now only used in the example so that should not cause any extra problem. Feel free to test the example on any other board but be aware that if you are using your own program it may have been broken because of the slight API changes that occurred in wamr between v1.3.3 and v2.1.1 (calling a wasm function does not require the signature anymore if you are not using the iwasm API).
Contribution description
The only thing that was edited is the pkg/wamr/Makefile with the commit hash.
Issues/PRs references
Ref : wamr/PR/3508