diff --git a/CHANGELOG.md b/CHANGELOG.md index da4666124c0..2230c185e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ### Added +### Changed + +### Fixed + +## 3.0.0-beta - 2022/08/08 + +### Added +- #[3076](https://github.com/wasmerio/wasmer/pull/3076) Add support for cross-compiling in create-exe with zig cc + ### Changed - #[3079](https://github.com/wasmerio/wasmer/pull/3079) Migrate CLI tools to `clap` from `structopt` - [#3048](https://github.com/wasmerio/wasmer/pull/3048) Automatically publish wasmer as "cloudcompiler" package to wapm.dev on every release diff --git a/Cargo.lock b/Cargo.lock index 7a5c2e7f8d3..9328944bd83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142" [[package]] name = "arbitrary" @@ -248,9 +248,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e" +checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" [[package]] name = "bytesize" @@ -270,7 +270,7 @@ version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6358dedf60f4d9b8db43ad187391afe959746101346fe51bb978126bec61dfb" dependencies = [ - "clap 3.2.15", + "clap 3.2.16", "heck", "indexmap", "log", @@ -351,9 +351,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.15" +version = "3.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417" +checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9" dependencies = [ "atty", "bitflags", @@ -931,9 +931,9 @@ dependencies = [ [[package]] name = "erased-serde" -version = "0.3.21" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81d013529d5574a60caeda29e179e695125448e5de52e3874f7b4c1d7360e18e" +checksum = "003000e712ad0f95857bd4d2ef8d1890069e06554101697d12050668b2f6f020" dependencies = [ "serde", ] @@ -1021,9 +1021,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.14.5" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" +checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" dependencies = [ "typenum", "version_check", @@ -1053,9 +1053,9 @@ dependencies = [ [[package]] name = "ghost" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b93490550b1782c589a350f2211fff2e34682e25fed17ef53fc4fa8fe184975e" +checksum = "eb19fe8de3ea0920d282f7b77dd4227aea6b8b999b42cdf0ca41b2472b14443a" dependencies = [ "proc-macro2", "quote", @@ -1269,9 +1269,9 @@ checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" [[package]] name = "itoa" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" +checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" [[package]] name = "js-sys" @@ -1302,9 +1302,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "libc" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" +checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b" [[package]] name = "libfuzzer-sys" @@ -1608,9 +1608,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc" +checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22" [[package]] name = "peeking_take_while" @@ -1620,10 +1620,11 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" [[package]] name = "pest" -version = "2.1.3" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" +checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8" dependencies = [ + "thiserror", "ucd-trie", ] @@ -1757,9 +1758,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" [[package]] name = "proc-macro2" -version = "1.0.42" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b" +checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" dependencies = [ "unicode-ident", ] @@ -1786,9 +1787,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.20" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" +checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" dependencies = [ "proc-macro2", ] @@ -1894,9 +1895,9 @@ checksum = "a0d51660a68078997855ba5602f73ab3a5031bd7ad480a9d4c90fbbf04e1fff0" [[package]] name = "regalloc2" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76ff2e57a7d050308b3fde0f707aa240b491b190e3855f212860f11bb3af4205" +checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779" dependencies = [ "fxhash", "log", @@ -2037,7 +2038,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.12", + "semver 1.0.13", ] [[package]] @@ -2067,15 +2068,15 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8" +checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8" [[package]] name = "ryu" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" +checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" [[package]] name = "same-file" @@ -2159,9 +2160,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1" +checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711" [[package]] name = "semver-parser" @@ -2180,18 +2181,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.140" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03" +checksum = "e590c437916fb6b221e1d00df6e3294f3fccd70ca7e92541c475d6ed6ef5fee2" dependencies = [ "serde_derive", ] [[package]] name = "serde_bytes" -version = "0.11.6" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212e73464ebcde48d723aa02eb270ba62eff38a9b732df31f33f1b4e145f3a54" +checksum = "cfc50e8183eeeb6178dcb167ae34a8051d63535023ae38b5d8d12beae193d37b" dependencies = [ "serde", ] @@ -2208,9 +2209,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.140" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da" +checksum = "34b5b8d809babe02f538c2cfec6f2c1ed10804c0e5a6a041a049a4f5588ccc2e" dependencies = [ "proc-macro2", "quote", @@ -2219,11 +2220,11 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" +checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" dependencies = [ - "itoa 1.0.2", + "itoa 1.0.3", "ryu", "serde", ] @@ -2391,9 +2392,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" +checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" dependencies = [ "proc-macro2", "quote", @@ -2501,18 +2502,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" [[package]] name = "thiserror" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" +checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" +checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" dependencies = [ "proc-macro2", "quote", @@ -2587,9 +2588,9 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.35" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" +checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" dependencies = [ "cfg-if 1.0.0", "log", @@ -2611,9 +2612,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.28" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" +checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" dependencies = [ "once_cell", ] @@ -2646,9 +2647,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764b9e244b482a9b81bde596aa37aa6f1347bf8007adab25e59f901b32b4e0a0" +checksum = "e7f408301c7480f9e6294eb779cfc907f54bd901a9660ef24d7f233ed5376485" dependencies = [ "glob", "once_cell", @@ -2706,9 +2707,9 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7" +checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" [[package]] name = "unicode-width" @@ -2774,7 +2775,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasi-test-generator" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "glob", "gumdrop", @@ -2906,7 +2907,7 @@ dependencies = [ [[package]] name = "wasmer" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "anyhow", "cfg-if 1.0.0", @@ -2950,7 +2951,7 @@ dependencies = [ [[package]] name = "wasmer-c-api" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "cbindgen", "cfg-if 1.0.0", @@ -2975,7 +2976,7 @@ dependencies = [ [[package]] name = "wasmer-cache" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "blake3", "criterion", @@ -2989,13 +2990,13 @@ dependencies = [ [[package]] name = "wasmer-cli" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "anyhow", "atty", "bytesize", "cfg-if 1.0.0", - "clap 3.2.15", + "clap 3.2.16", "colored 2.0.0", "dirs", "distance", @@ -3024,7 +3025,7 @@ dependencies = [ [[package]] name = "wasmer-compiler" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "backtrace", "cfg-if 1.0.0", @@ -3050,13 +3051,13 @@ dependencies = [ [[package]] name = "wasmer-compiler-cli" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "anyhow", "atty", "bytesize", "cfg-if 1.0.0", - "clap 3.2.15", + "clap 3.2.16", "colored 2.0.0", "distance", "fern", @@ -3072,7 +3073,7 @@ dependencies = [ [[package]] name = "wasmer-compiler-cranelift" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -3091,7 +3092,7 @@ dependencies = [ [[package]] name = "wasmer-compiler-llvm" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "byteorder", "cc", @@ -3103,7 +3104,7 @@ dependencies = [ "rayon", "regex", "rustc_version 0.4.0", - "semver 1.0.12", + "semver 1.0.13", "smallvec", "target-lexicon 0.12.4", "wasmer-compiler", @@ -3113,7 +3114,7 @@ dependencies = [ [[package]] name = "wasmer-compiler-singlepass" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "byteorder", "dynasm", @@ -3131,7 +3132,7 @@ dependencies = [ [[package]] name = "wasmer-derive" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "compiletest_rs", "proc-macro-error", @@ -3143,7 +3144,7 @@ dependencies = [ [[package]] name = "wasmer-emscripten" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "byteorder", "getrandom", @@ -3157,7 +3158,7 @@ dependencies = [ [[package]] name = "wasmer-integration-tests-cli" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "anyhow", "rand", @@ -3166,11 +3167,11 @@ dependencies = [ [[package]] name = "wasmer-integration-tests-ios" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" [[package]] name = "wasmer-middlewares" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "wasmer", "wasmer-types", @@ -3179,7 +3180,7 @@ dependencies = [ [[package]] name = "wasmer-object" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "object 0.28.4", "thiserror", @@ -3188,7 +3189,7 @@ dependencies = [ [[package]] name = "wasmer-types" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "enum-iterator", "enumset", @@ -3203,7 +3204,7 @@ dependencies = [ [[package]] name = "wasmer-vbus" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "libc", "slab", @@ -3215,7 +3216,7 @@ dependencies = [ [[package]] name = "wasmer-vfs" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "libc", "serde", @@ -3227,7 +3228,7 @@ dependencies = [ [[package]] name = "wasmer-vm" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "backtrace", "cc", @@ -3250,7 +3251,7 @@ dependencies = [ [[package]] name = "wasmer-vnet" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "bytes", "libc", @@ -3263,7 +3264,7 @@ dependencies = [ [[package]] name = "wasmer-wasi" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "bincode", "bytes", @@ -3291,7 +3292,7 @@ dependencies = [ [[package]] name = "wasmer-wasi-experimental-io-devices" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "minifb", "nix", @@ -3304,7 +3305,7 @@ dependencies = [ [[package]] name = "wasmer-wasi-local-networking" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "bytes", "tracing", @@ -3314,7 +3315,7 @@ dependencies = [ [[package]] name = "wasmer-wasi-types" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "byteorder", "serde", @@ -3325,7 +3326,7 @@ dependencies = [ [[package]] name = "wasmer-wast" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "anyhow", "serde", @@ -3339,7 +3340,7 @@ dependencies = [ [[package]] name = "wasmer-workspace" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" dependencies = [ "anyhow", "build-deps", diff --git a/Cargo.toml b/Cargo.toml index a138288584c..6ee42dd2c37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-workspace" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Wasmer workspace" authors = ["Wasmer Engineering Team "] repository = "https://github.com/wasmerio/wasmer" @@ -10,18 +10,18 @@ publish = false autoexamples = false [dependencies] -wasmer = { version = "=3.0.0-alpha.4", path = "lib/api", default-features = false } -wasmer-compiler = { version = "=3.0.0-alpha.4", path = "lib/compiler", features = ["compiler"] } -wasmer-compiler-cranelift = { version = "=3.0.0-alpha.4", path = "lib/compiler-cranelift", optional = true } -wasmer-compiler-singlepass = { version = "=3.0.0-alpha.4", path = "lib/compiler-singlepass", optional = true } -wasmer-compiler-llvm = { version = "=3.0.0-alpha.4", path = "lib/compiler-llvm", optional = true } -wasmer-emscripten = { version = "=3.0.0-alpha.4", path = "lib/emscripten", optional = true } -wasmer-wasi = { version = "=3.0.0-alpha.4", path = "lib/wasi", optional = true } -wasmer-wast = { version = "=3.0.0-alpha.4", path = "tests/lib/wast", optional = true } -wasi-test-generator = { version = "=3.0.0-alpha.4", path = "tests/wasi-wast", optional = true } -wasmer-cache = { version = "=3.0.0-alpha.4", path = "lib/cache", optional = true } -wasmer-types = { version = "=3.0.0-alpha.4", path = "lib/types" } -wasmer-middlewares = { version = "=3.0.0-alpha.4", path = "lib/middlewares", optional = true } +wasmer = { version = "=3.0.0-beta", path = "lib/api", default-features = false } +wasmer-compiler = { version = "=3.0.0-beta", path = "lib/compiler", features = ["compiler"] } +wasmer-compiler-cranelift = { version = "=3.0.0-beta", path = "lib/compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=3.0.0-beta", path = "lib/compiler-singlepass", optional = true } +wasmer-compiler-llvm = { version = "=3.0.0-beta", path = "lib/compiler-llvm", optional = true } +wasmer-emscripten = { version = "=3.0.0-beta", path = "lib/emscripten", optional = true } +wasmer-wasi = { version = "=3.0.0-beta", path = "lib/wasi", optional = true } +wasmer-wast = { version = "=3.0.0-beta", path = "tests/lib/wast", optional = true } +wasi-test-generator = { version = "=3.0.0-beta", path = "tests/wasi-wast", optional = true } +wasmer-cache = { version = "=3.0.0-beta", path = "lib/cache", optional = true } +wasmer-types = { version = "=3.0.0-beta", path = "lib/types" } +wasmer-middlewares = { version = "=3.0.0-beta", path = "lib/middlewares", optional = true } cfg-if = "1.0" [workspace] @@ -64,7 +64,7 @@ glob = "0.3" rustc_version = "0.4" [dev-dependencies] -wasmer = { version = "=3.0.0-alpha.4", path = "lib/api", default-features = false, features = ["cranelift"] } +wasmer = { version = "=3.0.0-beta", path = "lib/api", default-features = false, features = ["cranelift"] } anyhow = "1.0" criterion = "0.3" lazy_static = "1.4" diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index ffd07c4ec05..36a6fb7eaa3 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "High-performance WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "runtime", "vm"] @@ -33,15 +33,15 @@ tracing = { version = "0.1", optional = true } # Dependencies and Development Dependencies for `sys`. [target.'cfg(not(target_arch = "wasm32"))'.dependencies] # - Mandatory dependencies for `sys`. -wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.4" } -wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.4" } -wasmer-derive = { path = "../derive", version = "=3.0.0-alpha.4" } -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" } +wasmer-vm = { path = "../vm", version = "=3.0.0-beta" } +wasmer-compiler = { path = "../compiler", version = "=3.0.0-beta" } +wasmer-derive = { path = "../derive", version = "=3.0.0-beta" } +wasmer-types = { path = "../types", version = "=3.0.0-beta" } target-lexicon = { version = "0.12.2", default-features = false } # - Optional dependencies for `sys`. -wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.0.0-alpha.4", optional = true } -wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=3.0.0-alpha.4", optional = true } -wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=3.0.0-alpha.4", optional = true } +wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.0.0-beta", optional = true } +wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=3.0.0-beta", optional = true } +wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=3.0.0-beta", optional = true } wasm-bindgen = { version = "0.2.74", optional = true } js-sys = { version = "0.3.51", optional = true } @@ -58,11 +58,11 @@ anyhow = "1.0" # Dependencies and Develoment Dependencies for `js`. [target.'cfg(target_arch = "wasm32")'.dependencies] # - Mandatory dependencies for `js`. -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4", default-features = false, features = ["std"] } +wasmer-types = { path = "../types", version = "=3.0.0-beta", default-features = false, features = ["std"] } wasm-bindgen = "0.2.74" js-sys = "0.3.51" #web-sys = { version = "0.3.51", features = [ "console" ] } -wasmer-derive = { path = "../derive", version = "=3.0.0-alpha.4" } +wasmer-derive = { path = "../derive", version = "=3.0.0-beta" } # - Optional dependencies for `js`. wasmparser = { version = "0.83", default-features = false, optional = true } hashbrown = { version = "0.11", optional = true } diff --git a/lib/c-api/Cargo.toml b/lib/c-api/Cargo.toml index 2a4a78e62e2..c078c1751ec 100644 --- a/lib/c-api/Cargo.toml +++ b/lib/c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-c-api" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Wasmer C API library" categories = ["wasm", "api-bindings"] keywords = ["wasm", "webassembly", "runtime"] @@ -22,15 +22,15 @@ crate-type = ["cdylib", "rlib", "staticlib"] [dependencies] # We rename `wasmer` to `wasmer-api` to avoid the conflict with this # library name (see `[lib]`). -wasmer-api = { version = "=3.0.0-alpha.4", path = "../api", default-features = false, features = ["sys"], package = "wasmer" } -wasmer-compiler-cranelift = { version = "=3.0.0-alpha.4", path = "../compiler-cranelift", optional = true } -wasmer-compiler-singlepass = { version = "=3.0.0-alpha.4", path = "../compiler-singlepass", optional = true } -wasmer-compiler-llvm = { version = "=3.0.0-alpha.4", path = "../compiler-llvm", optional = true } -wasmer-emscripten = { version = "=3.0.0-alpha.4", path = "../emscripten", optional = true } -wasmer-compiler = { version = "=3.0.0-alpha.4", path = "../compiler" } -wasmer-middlewares = { version = "=3.0.0-alpha.4", path = "../middlewares", optional = true } -wasmer-wasi = { version = "=3.0.0-alpha.4", path = "../wasi", default-features = false, features = ["host-fs", "sys"], optional = true } -wasmer-types = { version = "=3.0.0-alpha.4", path = "../types" } +wasmer-api = { version = "=3.0.0-beta", path = "../api", default-features = false, features = ["sys"], package = "wasmer" } +wasmer-compiler-cranelift = { version = "=3.0.0-beta", path = "../compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=3.0.0-beta", path = "../compiler-singlepass", optional = true } +wasmer-compiler-llvm = { version = "=3.0.0-beta", path = "../compiler-llvm", optional = true } +wasmer-emscripten = { version = "=3.0.0-beta", path = "../emscripten", optional = true } +wasmer-compiler = { version = "=3.0.0-beta", path = "../compiler" } +wasmer-middlewares = { version = "=3.0.0-beta", path = "../middlewares", optional = true } +wasmer-wasi = { version = "=3.0.0-beta", path = "../wasi", default-features = false, features = ["host-fs", "sys"], optional = true } +wasmer-types = { version = "=3.0.0-beta", path = "../types" } enumset = "1.0.2" cfg-if = "1.0" lazy_static = "1.4" diff --git a/lib/cache/Cargo.toml b/lib/cache/Cargo.toml index 83b1712fed0..b7ca585b608 100644 --- a/lib/cache/Cargo.toml +++ b/lib/cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-cache" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Cache system for Wasmer WebAssembly runtime" categories = ["wasm", "caching"] keywords = ["wasm", "webassembly", "cache"] @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer = { path = "../api", version = "=3.0.0-alpha.4", default-features = false, features = ["sys"] } +wasmer = { path = "../api", version = "=3.0.0-beta", default-features = false, features = ["sys"] } hex = "0.4" thiserror = "1" blake3 = "1.0" @@ -20,7 +20,7 @@ blake3 = "1.0" criterion = "0.3" tempfile = "3" rand = "0.8.3" -wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.0.0-alpha.4" } +wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.0.0-beta" } [features] default = ["wasmer/js-serializable-module", "wasmer/compiler", "filesystem"] diff --git a/lib/cli-compiler/Cargo.toml b/lib/cli-compiler/Cargo.toml index c65651ba1ad..4e2f02dfa28 100644 --- a/lib/cli-compiler/Cargo.toml +++ b/lib/cli-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-cli" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Wasmer Compiler CLI" categories = ["wasm", "command-line-interface"] keywords = ["wasm", "webassembly", "cli"] @@ -18,8 +18,8 @@ path = "src/bin/wasmer_compiler.rs" doc = false [dependencies] -wasmer-compiler = { version = "=3.0.0-alpha.4", path = "../compiler", features = ["compiler"] } -wasmer-types = { version = "=3.0.0-alpha.4", path = "../types" } +wasmer-compiler = { version = "=3.0.0-beta", path = "../compiler", features = ["compiler"] } +wasmer-types = { version = "=3.0.0-beta", path = "../types" } atty = "0.2" colored = "2.0" anyhow = "1.0" @@ -36,12 +36,12 @@ target-lexicon = { version = "0.12", features = ["std"] } tempfile = "3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -wasmer-compiler-singlepass = { version = "=3.0.0-alpha.4", path = "../compiler-singlepass", optional = true } -wasmer-compiler-cranelift = { version = "=3.0.0-alpha.4", path = "../compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=3.0.0-beta", path = "../compiler-singlepass", optional = true } +wasmer-compiler-cranelift = { version = "=3.0.0-beta", path = "../compiler-cranelift", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] -wasmer-compiler-singlepass = { version = "=3.0.0-alpha.4", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] } -wasmer-compiler-cranelift = { version = "=3.0.0-alpha.4", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] } +wasmer-compiler-singlepass = { version = "=3.0.0-beta", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] } +wasmer-compiler-cranelift = { version = "=3.0.0-beta", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] } [target.'cfg(target_os = "linux")'.dependencies] unix_mode = "0.1.3" diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 806805bc623..75bea7cc841 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-cli" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Wasmer CLI" categories = ["wasm", "command-line-interface"] keywords = ["wasm", "webassembly", "cli"] @@ -25,20 +25,20 @@ doc = false required-features = ["headless"] [dependencies] -wasmer = { version = "=3.0.0-alpha.4", path = "../api", default-features = false } -wasmer-compiler = { version = "=3.0.0-alpha.4", path = "../compiler", features = ["compiler", ] } -wasmer-compiler-cranelift = { version = "=3.0.0-alpha.4", path = "../compiler-cranelift", optional = true } -wasmer-compiler-singlepass = { version = "=3.0.0-alpha.4", path = "../compiler-singlepass", optional = true } -wasmer-compiler-llvm = { version = "=3.0.0-alpha.4", path = "../compiler-llvm", optional = true } -wasmer-emscripten = { version = "=3.0.0-alpha.4", path = "../emscripten", optional = true } -wasmer-vm = { version = "=3.0.0-alpha.4", path = "../vm" } -wasmer-wasi = { version = "=3.0.0-alpha.4", path = "../wasi", optional = true } -wasmer-wasi-experimental-io-devices = { version = "=3.0.0-alpha.4", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] } -wasmer-wast = { version = "=3.0.0-alpha.4", path = "../../tests/lib/wast", optional = true } -wasmer-cache = { version = "=3.0.0-alpha.4", path = "../cache", optional = true } -wasmer-types = { version = "=3.0.0-alpha.4", path = "../types" } -wasmer-object = { version = "=3.0.0-alpha.4", path = "../object", optional = true } -wasmer-vfs = { version = "=3.0.0-alpha.4", path = "../vfs", default-features = false, features = ["host-fs"] } +wasmer = { version = "=3.0.0-beta", path = "../api", default-features = false } +wasmer-compiler = { version = "=3.0.0-beta", path = "../compiler", features = ["compiler", ] } +wasmer-compiler-cranelift = { version = "=3.0.0-beta", path = "../compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=3.0.0-beta", path = "../compiler-singlepass", optional = true } +wasmer-compiler-llvm = { version = "=3.0.0-beta", path = "../compiler-llvm", optional = true } +wasmer-emscripten = { version = "=3.0.0-beta", path = "../emscripten", optional = true } +wasmer-vm = { version = "=3.0.0-beta", path = "../vm" } +wasmer-wasi = { version = "=3.0.0-beta", path = "../wasi", optional = true } +wasmer-wasi-experimental-io-devices = { version = "=3.0.0-beta", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] } +wasmer-wast = { version = "=3.0.0-beta", path = "../../tests/lib/wast", optional = true } +wasmer-cache = { version = "=3.0.0-beta", path = "../cache", optional = true } +wasmer-types = { version = "=3.0.0-beta", path = "../types" } +wasmer-object = { version = "=3.0.0-beta", path = "../object", optional = true } +wasmer-vfs = { version = "=3.0.0-beta", path = "../vfs", default-features = false, features = ["host-fs"] } atty = "0.2" colored = "2.0" anyhow = "1.0" diff --git a/lib/compiler-cranelift/Cargo.toml b/lib/compiler-cranelift/Cargo.toml index 5793fc1e809..71f1d7201ee 100644 --- a/lib/compiler-cranelift/Cargo.toml +++ b/lib/compiler-cranelift/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-cranelift" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Cranelift compiler for Wasmer WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "compiler", "cranelift"] @@ -12,8 +12,8 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.4", features = ["translator", "compiler"], default-features = false } -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4", default-features = false, features = ["std"] } +wasmer-compiler = { path = "../compiler", version = "=3.0.0-beta", features = ["translator", "compiler"], default-features = false } +wasmer-types = { path = "../types", version = "=3.0.0-beta", default-features = false, features = ["std"] } cranelift-entity = { version = "0.86.1", default-features = false } cranelift-codegen = { version = "0.86.1", default-features = false, features = ["x86", "arm64"] } cranelift-frontend = { version = "0.86.1", default-features = false } diff --git a/lib/compiler-llvm/Cargo.toml b/lib/compiler-llvm/Cargo.toml index 72396cb9578..c67ca98ccdd 100644 --- a/lib/compiler-llvm/Cargo.toml +++ b/lib/compiler-llvm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-llvm" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "LLVM compiler for Wasmer WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "compiler", "llvm"] @@ -12,11 +12,11 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.4", features = [ +wasmer-compiler = { path = "../compiler", version = "=3.0.0-beta", features = [ "translator", "compiler" ] } -wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.4" } -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" } +wasmer-vm = { path = "../vm", version = "=3.0.0-beta" } +wasmer-types = { path = "../types", version = "=3.0.0-beta" } target-lexicon = { version = "0.12.2", default-features = false } smallvec = "1.6" object = { version = "0.28.3", default-features = false, features = ["read"] } diff --git a/lib/compiler-singlepass/Cargo.toml b/lib/compiler-singlepass/Cargo.toml index 238f7ed969f..564418b5aae 100644 --- a/lib/compiler-singlepass/Cargo.toml +++ b/lib/compiler-singlepass/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-singlepass" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Singlepass compiler for Wasmer WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "compiler", "singlepass"] @@ -12,8 +12,8 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-compiler = { path = "../compiler", version = "=3.0.0-alpha.4", features = ["translator", "compiler"], default-features = false } -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4", default-features = false, features = ["std"] } +wasmer-compiler = { path = "../compiler", version = "=3.0.0-beta", features = ["translator", "compiler"], default-features = false } +wasmer-types = { path = "../types", version = "=3.0.0-beta", default-features = false, features = ["std"] } hashbrown = { version = "0.11", optional = true } gimli = { version = "0.26", optional = true } more-asserts = "0.2" diff --git a/lib/compiler/Cargo.toml b/lib/compiler/Cargo.toml index dd6aac1a4a5..1a5119ff824 100644 --- a/lib/compiler/Cargo.toml +++ b/lib/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Base compiler abstraction for Wasmer WebAssembly runtime" categories = ["wasm", "no-std"] keywords = ["wasm", "webassembly", "compiler"] @@ -11,8 +11,8 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4", default-features = false } -wasmer-object = { path = "../object", version = "=3.0.0-alpha.4", optional = true } +wasmer-types = { path = "../types", version = "=3.0.0-beta", default-features = false } +wasmer-object = { path = "../object", version = "=3.0.0-beta", optional = true } wasmparser = { version = "0.83", optional = true, default-features = false } enumset = "1.0.2" hashbrown = { version = "0.11", optional = true } @@ -32,7 +32,7 @@ leb128 = "0.2" enum-iterator = "0.7.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.4" } +wasmer-vm = { path = "../vm", version = "=3.0.0-beta" } region = { version = "3.0" } [target.'cfg(target_os = "windows")'.dependencies] diff --git a/lib/derive/Cargo.toml b/lib/derive/Cargo.toml index 5c82a11912f..35c72cc683d 100644 --- a/lib/derive/Cargo.toml +++ b/lib/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-derive" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Wasmer derive macros" authors = ["Wasmer Engineering Team "] repository = "https://github.com/wasmerio/wasmer" diff --git a/lib/emscripten/Cargo.toml b/lib/emscripten/Cargo.toml index 34b54b46f18..900204f87d8 100644 --- a/lib/emscripten/Cargo.toml +++ b/lib/emscripten/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-emscripten" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Emscripten implementation library for Wasmer WebAssembly runtime" categories = ["wasm", "os"] keywords = ["wasm", "webassembly", "abi", "emscripten", "posix"] @@ -16,8 +16,8 @@ lazy_static = "1.4" libc = "^0.2" log = "0.4" time = { version = "0.2", features = ["std"] } -wasmer = { path = "../api", version = "=3.0.0-alpha.4", default-features = false, features = ["sys", "compiler"] } -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" } +wasmer = { path = "../api", version = "=3.0.0-beta", default-features = false, features = ["sys", "compiler"] } +wasmer-types = { path = "../types", version = "=3.0.0-beta" } [target.'cfg(windows)'.dependencies] getrandom = "0.2" diff --git a/lib/middlewares/Cargo.toml b/lib/middlewares/Cargo.toml index 5f588b291ac..e160cab3301 100644 --- a/lib/middlewares/Cargo.toml +++ b/lib/middlewares/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-middlewares" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" authors = ["Wasmer Engineering Team "] description = "A collection of various useful middlewares" license = "MIT OR Apache-2.0 WITH LLVM-exception" @@ -11,12 +11,12 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer = { path = "../api", version = "=3.0.0-alpha.4", default-features = false, features = ["compiler"] } -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" } -wasmer-vm = { path = "../vm", version = "=3.0.0-alpha.4" } +wasmer = { path = "../api", version = "=3.0.0-beta", default-features = false, features = ["compiler"] } +wasmer-types = { path = "../types", version = "=3.0.0-beta" } +wasmer-vm = { path = "../vm", version = "=3.0.0-beta" } [dev-dependencies] -wasmer = { path = "../api", version = "=3.0.0-alpha.4", features = ["compiler"] } +wasmer = { path = "../api", version = "=3.0.0-beta", features = ["compiler"] } [badges] maintenance = { status = "actively-developed" } diff --git a/lib/object/Cargo.toml b/lib/object/Cargo.toml index f4da47654e8..cd4c84d4f71 100644 --- a/lib/object/Cargo.toml +++ b/lib/object/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-object" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Wasmer Native Object generator" categories = ["wasm"] keywords = ["wasm", "webassembly"] @@ -11,6 +11,6 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" } +wasmer-types = { path = "../types", version = "=3.0.0-beta" } object = { version = "0.28.3", default-features = false, features = ["write"] } thiserror = "1.0" diff --git a/lib/types/Cargo.toml b/lib/types/Cargo.toml index 8caeac5b412..e10aebf87df 100644 --- a/lib/types/Cargo.toml +++ b/lib/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-types" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Wasmer Common Types" categories = ["wasm", "no-std", "data-structures"] keywords = ["wasm", "webassembly", "types"] diff --git a/lib/vbus/Cargo.toml b/lib/vbus/Cargo.toml index 40b542b59b5..28700576625 100644 --- a/lib/vbus/Cargo.toml +++ b/lib/vbus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-vbus" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Wasmer Virtual Bus" authors = ["Wasmer Engineering Team "] license = "MIT" @@ -12,7 +12,7 @@ thiserror = "1" tracing = { version = "0.1" } typetag = { version = "0.1", optional = true } slab = { version = "0.4", optional = true } -wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.4", default-features = false } +wasmer-vfs = { path = "../vfs", version = "=3.0.0-beta", default-features = false } [features] default = ["mem_fs"] diff --git a/lib/vfs/Cargo.toml b/lib/vfs/Cargo.toml index 0f8c7f30dbb..ac9e30216ec 100644 --- a/lib/vfs/Cargo.toml +++ b/lib/vfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-vfs" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Wasmer Virtual FileSystem" authors = ["Wasmer Engineering Team "] license = "MIT" diff --git a/lib/vm/Cargo.toml b/lib/vm/Cargo.toml index 47773975da8..d9230729bc3 100644 --- a/lib/vm/Cargo.toml +++ b/lib/vm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-vm" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Runtime library support for Wasmer" categories = ["wasm"] keywords = ["wasm", "webassembly"] @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" } +wasmer-types = { path = "../types", version = "=3.0.0-beta" } libc = { version = "^0.2", default-features = false } memoffset = "0.6" indexmap = { version = "1.6" } diff --git a/lib/vnet/Cargo.toml b/lib/vnet/Cargo.toml index fb922f14754..edaba9e48f5 100644 --- a/lib/vnet/Cargo.toml +++ b/lib/vnet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-vnet" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Wasmer Virtual Networking" authors = ["Wasmer Engineering Team "] license = "MIT" @@ -12,7 +12,7 @@ thiserror = "1" tracing = { version = "0.1" } typetag = { version = "0.1", optional = true } slab = { version = "0.4", optional = true } -wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.4", default-features = false } +wasmer-vfs = { path = "../vfs", version = "=3.0.0-beta", default-features = false } bytes = "1" [features] diff --git a/lib/wasi-experimental-io-devices/Cargo.toml b/lib/wasi-experimental-io-devices/Cargo.toml index 0a1d3f6f396..6f95a677291 100644 --- a/lib/wasi-experimental-io-devices/Cargo.toml +++ b/lib/wasi-experimental-io-devices/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasi-experimental-io-devices" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "An experimental non-standard WASI extension for graphics" categories = ["wasm"] keywords = ["wasm", "webassembly", "types"] @@ -14,7 +14,7 @@ edition = "2018" maintenance = { status = "experimental" } [dependencies] -wasmer-wasi = { version = "=3.0.0-alpha.4", path = "../wasi", default-features=false } +wasmer-wasi = { version = "=3.0.0-beta", path = "../wasi", default-features=false } tracing = "0.1" minifb = { version = "0.19", optional = true } nix = "0.20.2" diff --git a/lib/wasi-local-networking/Cargo.toml b/lib/wasi-local-networking/Cargo.toml index 295aac971c8..dfdc11c89ef 100644 --- a/lib/wasi-local-networking/Cargo.toml +++ b/lib/wasi-local-networking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasi-local-networking" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "An WASIX extension for local networking" categories = ["wasm"] keywords = ["wasm", "webassembly", "types"] @@ -14,8 +14,8 @@ edition = "2018" maintenance = { status = "experimental" } [dependencies] -wasmer-vnet = { version = "=3.0.0-alpha.4", path = "../vnet", default-features = false } -wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.4", default-features = false } +wasmer-vnet = { version = "=3.0.0-beta", path = "../vnet", default-features = false } +wasmer-vfs = { path = "../vfs", version = "=3.0.0-beta", default-features = false } tracing = "0.1" bytes = "1.1" diff --git a/lib/wasi-types/Cargo.toml b/lib/wasi-types/Cargo.toml index 2a8abbfa0da..d89a5410ab2 100644 --- a/lib/wasi-types/Cargo.toml +++ b/lib/wasi-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasi-types" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "WASI types for Wasmer WebAssembly runtime" categories = ["wasm", "os"] keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"] @@ -11,8 +11,8 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=3.0.0-alpha.4" } -wasmer-derive = { path = "../derive", version = "=3.0.0-alpha.4" } +wasmer-types = { path = "../types", version = "=3.0.0-beta" } +wasmer-derive = { path = "../derive", version = "=3.0.0-beta" } serde = { version = "1.0", features = ["derive"], optional = true } byteorder = "1.3" time = "0.2" diff --git a/lib/wasi/Cargo.toml b/lib/wasi/Cargo.toml index 1800ba12442..bfa746e2921 100644 --- a/lib/wasi/Cargo.toml +++ b/lib/wasi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasi" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "WASI implementation library for Wasmer WebAssembly runtime" categories = ["wasm", "os"] keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"] @@ -19,12 +19,12 @@ thiserror = "1" generational-arena = { version = "0.2" } tracing = "0.1" getrandom = "0.2" -wasmer-wasi-types = { path = "../wasi-types", version = "=3.0.0-alpha.4" } -wasmer = { path = "../api", version = "=3.0.0-alpha.4", default-features = false } -wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.4", default-features = false } -wasmer-vbus = { path = "../vbus", version = "=3.0.0-alpha.4", default-features = false } -wasmer-vnet = { path = "../vnet", version = "=3.0.0-alpha.4", default-features = false } -wasmer-wasi-local-networking = { path = "../wasi-local-networking", version = "=3.0.0-alpha.4", default-features = false, optional = true } +wasmer-wasi-types = { path = "../wasi-types", version = "=3.0.0-beta" } +wasmer = { path = "../api", version = "=3.0.0-beta", default-features = false } +wasmer-vfs = { path = "../vfs", version = "=3.0.0-beta", default-features = false } +wasmer-vbus = { path = "../vbus", version = "=3.0.0-beta", default-features = false } +wasmer-vnet = { path = "../vnet", version = "=3.0.0-beta", default-features = false } +wasmer-wasi-local-networking = { path = "../wasi-local-networking", version = "=3.0.0-beta", default-features = false, optional = true } typetag = { version = "0.1", optional = true } serde = { version = "1.0", default-features = false, features = ["derive"], optional = true } bincode = { version = "1.3", optional = true } diff --git a/scripts/publish.py b/scripts/publish.py index 1d7b94d805a..9afcafc07e0 100644 --- a/scripts/publish.py +++ b/scripts/publish.py @@ -22,7 +22,7 @@ # TODO: find this automatically -target_version = "3.0.0-alpha.4" +target_version = "3.0.0-beta" # TODO: generate this by parsing toml files dep_graph = { diff --git a/scripts/update-version.sh b/scripts/update-version.sh index b5dea7ff5cd..f3f01e9a894 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -4,8 +4,8 @@ : "${FD:=fd}" # A script to update the version of all the crates at the same time -PREVIOUS_VERSION='3.0.0-alpha.3' -NEXT_VERSION='3.0.0-alpha.4' +PREVIOUS_VERSION='3.0.0-alpha.4' +NEXT_VERSION='3.0.0-beta' # quick hack ${FD} Cargo.toml --exec sed -i '{}' -e "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/" diff --git a/scripts/windows-installer/wasmer.iss b/scripts/windows-installer/wasmer.iss index ea07ce5c1a2..cfe8ce7f32d 100644 --- a/scripts/windows-installer/wasmer.iss +++ b/scripts/windows-installer/wasmer.iss @@ -1,6 +1,6 @@ [Setup] AppName=Wasmer -AppVersion=3.0.0-alpha.4 +AppVersion=3.0.0-beta DefaultDirName={pf}\Wasmer DefaultGroupName=Wasmer Compression=lzma2 diff --git a/tests/integration/cli/Cargo.toml b/tests/integration/cli/Cargo.toml index 094b7ee5e9a..3a6be60eaa6 100644 --- a/tests/integration/cli/Cargo.toml +++ b/tests/integration/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-integration-tests-cli" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" authors = ["Wasmer Engineering Team "] description = "CLI integration tests" repository = "https://github.com/wasmerio/wasmer" diff --git a/tests/integration/ios/Cargo.toml b/tests/integration/ios/Cargo.toml index 583b548fb62..01bc2192a35 100644 --- a/tests/integration/ios/Cargo.toml +++ b/tests/integration/ios/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-integration-tests-ios" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" authors = ["Wasmer Engineering Team "] description = "iOS integration tests" repository = "https://github.com/wasmerio/wasmer" diff --git a/tests/lib/wast/Cargo.toml b/tests/lib/wast/Cargo.toml index 03911436cd7..870a931b5c7 100644 --- a/tests/lib/wast/Cargo.toml +++ b/tests/lib/wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wast" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" authors = ["Wasmer Engineering Team "] description = "wast testing support for wasmer" license = "MIT OR Apache-2.0 WITH LLVM-exception" @@ -12,9 +12,9 @@ edition = "2018" [dependencies] anyhow = "1.0" -wasmer = { path = "../../../lib/api", version = "=3.0.0-alpha.4", default-features = false } -wasmer-wasi = { path = "../../../lib/wasi", version = "=3.0.0-alpha.4" } -wasmer-vfs = { path = "../../../lib/vfs", version = "=3.0.0-alpha.4" } +wasmer = { path = "../../../lib/api", version = "=3.0.0-beta", default-features = false } +wasmer-wasi = { path = "../../../lib/wasi", version = "=3.0.0-beta" } +wasmer-vfs = { path = "../../../lib/vfs", version = "=3.0.0-beta" } wast = "38.0" serde = "1" tempfile = "3" diff --git a/tests/wasi-wast/Cargo.toml b/tests/wasi-wast/Cargo.toml index 595a68d9a01..519c9dc17a8 100644 --- a/tests/wasi-wast/Cargo.toml +++ b/tests/wasi-wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-test-generator" -version = "3.0.0-alpha.4" +version = "3.0.0-beta" description = "Tests for our WASI implementation" license = "MIT" authors = ["Wasmer Engineering Team "]