mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-24 04:01:37 +00:00
Fix panics when services have more than 2gb memory allocated (#143)
* add test for allocation at offset more than 2gb * update wasmer-it version and use u32 instead of usize where needed * remove cargo.toml patch
This commit is contained in:
@ -15,7 +15,7 @@ marine-it-interfaces = { path = "../it-interfaces", version = "0.5.0" }
|
||||
|
||||
anyhow = "1.0.31"
|
||||
walrus = "0.18.0"
|
||||
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.21.1"}
|
||||
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.22.0"}
|
||||
nom = "5.1"
|
||||
|
||||
itertools = "0.10.0"
|
||||
|
Reference in New Issue
Block a user