Skip to content

Commit

Permalink
use wasmer-it from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol committed Nov 3, 2023
1 parent d359f20 commit 70ef970
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 82 deletions.
112 changes: 46 additions & 66 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions Cargo.toml
Expand Up @@ -46,8 +46,3 @@ lto = true
debug-assertions = false
overflow-checks = false
panic = "abort"

[patch.crates-io]
wasmer-it = { version = "0.26.1", package = "wasmer-interface-types-fl", branch = "feat/error-propagation", git = "https://github.com/fluencelabs/interface-types" }
it-lilo = { version = "0.5.1", branch = "feat/error-propagation", git = "https://github.com/fluencelabs/interface-types" }
it-memory-traits = { version = "0.4.0", branch = "feat/error-propagation", git = "https://github.com/fluencelabs/interface-types" }
4 changes: 2 additions & 2 deletions core/Cargo.toml
Expand Up @@ -21,8 +21,8 @@ marine-min-it-version = { path = "../crates/min-it-version", version = "0.3.0"
marine-wasm-backend-traits = {path = "../crates/wasm-backend-traits", version = "0.3.0"}
marine-wasmtime-backend = { path = "../crates/wasmtime-backend", version = "0.3.0", optional = true}

wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
it-lilo = "0.5.1"
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
it-lilo = "0.6.0"
it-memory-traits = "0.4.0"
bytesize = "1.2.0"

Expand Down
4 changes: 2 additions & 2 deletions crates/it-generator/Cargo.toml
Expand Up @@ -14,8 +14,8 @@ path = "src/lib.rs"
marine-it-parser = { path = "../it-parser", version = "0.13.0" }
marine-macro-impl = "0.7.1"

wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
it-lilo = "0.5.1"
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
it-lilo = "0.6.0"

thiserror = "1.0.50"
walrus = "0.20.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/it-interfaces/Cargo.toml
Expand Up @@ -11,5 +11,5 @@ name = "marine_it_interfaces"
path = "src/lib.rs"

[dependencies]
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
multimap = "0.8.3"
2 changes: 1 addition & 1 deletion crates/it-json-serde/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ name = "it_json_serde"
path = "src/lib.rs"

[dependencies]
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }

serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.107"
Expand Down
2 changes: 1 addition & 1 deletion crates/it-parser/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.3.0

anyhow = "1.0.75"
walrus = "0.20.1"
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
nom = "7.1"

itertools = "0.10.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/module-interface/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ marine-it-interfaces = { path = "../it-interfaces", version = "0.8.1" }

anyhow = "1.0.75"
walrus = "0.20.1"
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
nom = "7.1.3"

itertools = "0.10.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-backend-traits/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
it-memory-traits = "0.4.0"

thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmtime-backend/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"

[dependencies]
marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.3.0"}
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
it-memory-traits = "0.4.0"

# all default features except async
Expand Down
2 changes: 1 addition & 1 deletion marine/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ it-json-serde = { path = "../crates/it-json-serde", version = "0.4.1" }
marine-wasm-backend-traits = { path = "../crates/wasm-backend-traits", version = "0.3.0"}
marine-wasmtime-backend = { path = "../crates/wasmtime-backend", version = "0.3.0", optional = true}

wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
it-memory-traits = "0.4.0"

toml = "0.5.9"
Expand Down

0 comments on commit 70ef970

Please sign in to comment.