Skip to content

Commit

Permalink
Merge branch 'tiago/wasmer-upgrade' (#3308)
Browse files Browse the repository at this point in the history
* origin/tiago/wasmer-upgrade:
  Changelog for #3308
  Avoid cloning tx env in some host fns
  Associate issues with TODOs
  Allow exclusive access to vm memory
  Pass mutable refs to wasm host env
  Restrict bounds on wasm memory
  Upgrade to wasmer 4.3.1
  Move all wasmer deps to workspace
  • Loading branch information
brentstone committed May 30, 2024
2 parents 37e2c50 + edc2e24 commit a4a124f
Show file tree
Hide file tree
Showing 25 changed files with 2,368 additions and 1,244 deletions.
4 changes: 4 additions & 0 deletions .changelog/unreleased/improvements/3308-wasmer-upgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Upgrade `wasmer` vm to upstream version `4.3.1`,
moving away from the [forked code based on version
`2.3.0`](https://github.com/heliaxdev/wasmer/tree/255054f7f58b7b4a525f2fee6b9b86422d1ca15b).
([\#3308](https://github.com/anoma/namada/pull/3308))
Loading

0 comments on commit a4a124f

Please sign in to comment.