Skip to content

Commit

Permalink
Bump to Wasmtime 16 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored Jan 22, 2024
1 parent 1a916a3 commit 46d63b2
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 155 deletions.
2 changes: 1 addition & 1 deletion ci/download-wasmtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import zipfile
from pathlib import Path

WASMTIME_VERSION = "v15.0.0"
WASMTIME_VERSION = "v16.0.0"


def main(platform, arch):
Expand Down
122 changes: 64 additions & 58 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[workspace]
members = ['bindgen', 'wasi_snapshot_preview1']
members = ['bindgen']
resolver = "2"

[workspace.dependencies]
wit-bindgen = { version = "0.14.0", default-features = false, features = ['macros'] }
wit-bindgen-core = "0.14.0"
wit-bindgen = { version = "0.16.0", default-features = false, features = ['macros'] }
wit-bindgen-core = "0.16.0"

[profile.release]
strip = 'debuginfo'
6 changes: 3 additions & 3 deletions rust/bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ crate-type = ['cdylib', 'rlib']
[dependencies]
anyhow = "1.0"
heck = { version = "0.4", features = ["unicode"] }
wit-parser = "0.13.0"
wit-component = "0.18.0"
wit-parser = "0.13.1"
wit-component = "0.19.1"
indexmap = "2.0"
wasmtime-environ = { version = "15.0.0", features = ['component-model'] }
wasmtime-environ = { version = "16.0.0", features = ['component-model'] }
wit-bindgen = { workspace = true, features = ['default'] }
wit-bindgen-core = { workspace = true }

Expand Down
12 changes: 0 additions & 12 deletions rust/wasi_snapshot_preview1/Cargo.toml

This file was deleted.

Loading

0 comments on commit 46d63b2

Please sign in to comment.