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:
Valery Antopol
2022-03-25 18:40:50 +03:00
committed by GitHub
parent 614a4cb078
commit e37e475663
23 changed files with 316 additions and 169 deletions

View File

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