Skip to content

Commit cab6cc4

Browse files
committed
Merge branch 'master' into test-tags-custom-wasmer-runtime
2 parents da7ff45 + daa306d commit cab6cc4

File tree

11 files changed

+303
-300
lines changed

11 files changed

+303
-300
lines changed

Cargo.lock

Lines changed: 41 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["wasm"]
1414
crate-type = ["cdylib"]
1515

1616
[dependencies]
17-
wasmer-c-api = "1.0"
17+
wasmer-c-api = { git = "https://github.com/wasmerio/wasmer", branch = "master" }
1818

1919
[features]
2020
default = [

0 commit comments

Comments
 (0)