Add an offset to cranelift-wasm's GlobalVariable.

This commit is contained in:
Dan Gohman
2018-12-06 17:54:10 -05:00
parent 605f34257b
commit 7b51195f49
5 changed files with 14 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ hashmap_core = { version = "0.1.9", optional = true }
failure = { version = "0.1.1", default-features = false, features = ["derive"] }
failure_derive = { version = "0.1.1", default-features = false }
log = { version = "0.4.4", default-features = false }
cast = { version = "0.2.2" }
[dev-dependencies]
wabt = "0.7.0"