Wasmtime 0.17.0 and Cranelift 0.64.0. (#1805)

This commit is contained in:
Dan Gohman
2020-06-02 18:51:59 -07:00
committed by GitHub
parent 15c68f2cc1
commit a76639c6fb
61 changed files with 1261 additions and 348 deletions

View File

@@ -9,7 +9,7 @@ topdir=$(dirname "$0")/..
cd "$topdir"
# All the cranelift-* crates have the same version number
version="0.63.0"
version="0.64.0"
# Update all of the Cargo.toml files.
echo "Updating crate versions to $version"

View File

@@ -9,7 +9,7 @@ topdir=$(dirname "$0")/..
cd "$topdir"
# All the wasmtime-* crates have the same version number
short_version="16"
short_version="17"
version="0.$short_version.0"
# Update the version numbers of the crates to $version. Skip crates with

View File

@@ -18,6 +18,10 @@ cd "$topdir"
for crate in \
entity \
bforest \
peepmatic/crates/macro \
peepmatic/crates/automata \
peepmatic/crates/runtime \
peepmatic \
codegen/shared \
codegen/meta \
codegen \