Skip to content

Commit

Permalink
update wasm-submemory to get v128 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rlane committed Dec 22, 2024
1 parent fc03ced commit 79e4af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bytes = { version = "1.5.0", features = ["serde"] }
static_aabb2d_index = { version = "2.0.0", features = ["unsafe_optimizations"] }
bitvec = "1.0.1"
wide = "0.7.13"
wasm-submemory = { version = "0.1.0", git = "https://github.com/rlane/wasm-submemory", rev = "4b906bf8c654685ae1d886d8a4d8a39a6495cea3" }
wasm-submemory = { version = "0.1.0", git = "https://github.com/rlane/wasm-submemory", rev = "251031a3c16dcbb27adcc5b492da5f2d47d06bfd" }
anyhow = "1.0.77"
lazy_static = "1.4.0"
regex = "1.10.2"
Expand Down

0 comments on commit 79e4af0

Please sign in to comment.