add complex type support

This commit is contained in:
vms
2020-07-26 19:38:11 +03:00
parent fa3ae391ec
commit 3c5dcd1e78
15 changed files with 555 additions and 129 deletions

View File

@@ -11,7 +11,7 @@ path = "src/lib.rs"
[dependencies]
walrus = "0.17.0"
wasmer-core = { package = "wasmer-runtime-core", git = "https://github.com/fluencelabs/wasmer", branch = "fluence" }
wasmer-wit = { package = "wasmer-interface-types", git = "https://github.com/fluencelabs/interface-types", branch = "byte_array" }
wasmer-wit = { package = "wasmer-interface-types", git = "https://github.com/fluencelabs/interface-types", branch = "struct_support" }
fce-wit-interfaces = { path = "../fce-wit-interfaces" }
anyhow = "1.0.31"