mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-22 16:35:33 +00:00
Release 4.1.1 (#4124)
* Update CHANGELOG * Release 4.1.1 * Added manual sectionin CHANGELOG.md * Bumped 0.x crates
This commit is contained in:
24
CHANGELOG.md
24
CHANGELOG.md
@ -9,6 +9,30 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C
|
||||
|
||||
## **Unreleased**
|
||||
|
||||
## 4.1.1 - 03/08/2023
|
||||
Bug-fix release, fixing rename in wasi(x), using newer Rust and some macOS ARM64 speicifc issues, among other things.
|
||||
|
||||
## Added
|
||||
|
||||
- [#4120](https://github.com/wasmerio/wasmer/pull/4120) Added proper definition of ucontext for macos/aarch64 to avoid unaligned issue
|
||||
- [#4107](https://github.com/wasmerio/wasmer/pull/4107) Added a forced shutdown on tokio runtimes as the STDIN blocks the shu…
|
||||
- [#4108](https://github.com/wasmerio/wasmer/pull/4108) Add a temporary workaround for nanasess/setup-chromedriver#190
|
||||
|
||||
## Changed
|
||||
|
||||
- [#4123](https://github.com/wasmerio/wasmer/pull/4123) Upgrade Edge CLI dependency
|
||||
- [#4109](https://github.com/wasmerio/wasmer/pull/4109) Update MSRV to 1.69
|
||||
- [#4111](https://github.com/wasmerio/wasmer/pull/4111) Update login.rs
|
||||
- [#4102](https://github.com/wasmerio/wasmer/pull/4102) Update to criterion 0.5
|
||||
|
||||
## Fixed
|
||||
|
||||
- [#4121](https://github.com/wasmerio/wasmer/pull/4121) Fix path_rename syscall failing
|
||||
- [#4117](https://github.com/wasmerio/wasmer/pull/4117) Fixed an issue where inheritance was inverted
|
||||
- [#4096](https://github.com/wasmerio/wasmer/pull/4096) Fix benchmark
|
||||
|
||||
|
||||
|
||||
## 4.1.0 - 24/07/2023
|
||||
This version added some more improvements and fixes, with a faster async execution, a new login flow and muliple bugfix to the `--mapdir` command among other things.
|
||||
More detail in the blog post about the 4.1 Release: https://wasmer.io/posts/wasmer-4.1
|
||||
|
367
Cargo.lock
generated
367
Cargo.lock
generated
@ -243,7 +243,7 @@ checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -371,7 +371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"regex-automata 0.3.3",
|
||||
"regex-automata 0.3.4",
|
||||
"serde",
|
||||
]
|
||||
|
||||
@ -500,11 +500,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.0.79"
|
||||
version = "1.0.81"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
||||
checksum = "6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0"
|
||||
dependencies = [
|
||||
"jobserver",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -606,7 +607,7 @@ dependencies = [
|
||||
"heck 0.4.1",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -817,7 +818,7 @@ dependencies = [
|
||||
"log",
|
||||
"regalloc2",
|
||||
"smallvec",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -865,7 +866,7 @@ dependencies = [
|
||||
"hashbrown 0.12.3",
|
||||
"log",
|
||||
"smallvec",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1135,7 +1136,7 @@ dependencies = [
|
||||
"ident_case",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1157,7 +1158,7 @@ checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
|
||||
dependencies = [
|
||||
"darling_core 0.20.3",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1173,6 +1174,15 @@ dependencies = [
|
||||
"parking_lot_core 0.9.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "deranged"
|
||||
version = "0.3.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "derivative"
|
||||
version = "2.2.0"
|
||||
@ -1192,7 +1202,7 @@ checksum = "53e0efad4403bfc52dc201159c4b842a246a14b98c64b55dfd0f2d89729dfeb8"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1432,7 +1442,7 @@ dependencies = [
|
||||
"darling 0.20.3",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1452,9 +1462,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "errno"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
||||
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
|
||||
dependencies = [
|
||||
"errno-dragonfly",
|
||||
"libc",
|
||||
@ -1644,7 +1654,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1726,7 +1736,7 @@ checksum = "ba330b70a5341d3bc730b8e205aaee97ddab5d9c448c4f51a7c2d924266fa8f9"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2130,9 +2140,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "indicatif"
|
||||
version = "0.17.5"
|
||||
version = "0.17.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
|
||||
checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730"
|
||||
dependencies = [
|
||||
"console",
|
||||
"instant",
|
||||
@ -2378,9 +2388,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
version = "0.4.3"
|
||||
version = "0.4.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
|
||||
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
||||
|
||||
[[package]]
|
||||
name = "llvm-sys"
|
||||
@ -2432,7 +2442,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "macro-wasmer-universal-test"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"proc-quote",
|
||||
@ -2835,7 +2845,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2858,9 +2868,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "orbclient"
|
||||
version = "0.3.45"
|
||||
version = "0.3.46"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "221d488cd70617f1bd599ed8ceb659df2147d9393717954d82a0f5e8032a6ab1"
|
||||
checksum = "8378ac0dfbd4e7895f2d2c1f1345cab3836910baf3a300b000d04250f0c8428f"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"redox_syscall 0.3.5",
|
||||
@ -2981,9 +2991,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
||||
|
||||
[[package]]
|
||||
name = "pest"
|
||||
version = "2.7.1"
|
||||
version = "2.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0d2d1d55045829d65aad9d389139882ad623b33b904e7c9f1b10c5b8927298e5"
|
||||
checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a"
|
||||
dependencies = [
|
||||
"thiserror",
|
||||
"ucd-trie",
|
||||
@ -3016,7 +3026,7 @@ checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3039,9 +3049,9 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
||||
|
||||
[[package]]
|
||||
name = "portable-atomic"
|
||||
version = "1.4.1"
|
||||
version = "1.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "edc55135a600d700580e406b4de0d59cb9ad25e344a3a091a97ded2622ec4ec6"
|
||||
checksum = "f32154ba0af3a075eefa1eda8bb414ee928f62303a54ea85b8d6638ff1a6ee9e"
|
||||
|
||||
[[package]]
|
||||
name = "ppv-lite86"
|
||||
@ -3344,7 +3354,7 @@ checksum = "2dfaf0c85b766276c797f3791f5bc6d5bd116b41d53049af2789666b0c0bc9fa"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3373,7 +3383,7 @@ checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
"regex-automata 0.3.3",
|
||||
"regex-automata 0.3.4",
|
||||
"regex-syntax 0.7.4",
|
||||
]
|
||||
|
||||
@ -3388,9 +3398,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "regex-automata"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
|
||||
checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
@ -3608,9 +3618,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustix"
|
||||
version = "0.38.4"
|
||||
version = "0.38.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
|
||||
checksum = "1ee020b1716f0a80e2ace9b03441a749e402e86712f15f16fe8a8f75afac732f"
|
||||
dependencies = [
|
||||
"bitflags 2.3.3",
|
||||
"errno",
|
||||
@ -3621,9 +3631,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustls"
|
||||
version = "0.21.5"
|
||||
version = "0.21.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36"
|
||||
checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb"
|
||||
dependencies = [
|
||||
"log",
|
||||
"ring",
|
||||
@ -3642,9 +3652,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustls-webpki"
|
||||
version = "0.101.1"
|
||||
version = "0.101.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "15f36a6828982f422756984e47912a7a51dcbc2a197aa791158f8ca61cd8204e"
|
||||
checksum = "513722fd73ad80a71f72b61009ea1b584bcfa1483ca93949c8f290298837fa59"
|
||||
dependencies = [
|
||||
"ring",
|
||||
"untrusted",
|
||||
@ -3874,9 +3884,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.175"
|
||||
version = "1.0.180"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5d25439cd7397d044e2748a6fe2432b5e85db703d6d097bd014b3c0ad1ebff0b"
|
||||
checksum = "0ea67f183f058fe88a4e3ec6e2788e003840893b91bac4559cabedd00863b3ed"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
@ -3913,13 +3923,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.175"
|
||||
version = "1.0.180"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b23f7ade6f110613c0d63858ddb8b94c1041f550eab58a16b371bdf2c9c80ab4"
|
||||
checksum = "24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3935,9 +3945,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.103"
|
||||
version = "1.0.104"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
|
||||
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
@ -4290,9 +4300,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "2.0.27"
|
||||
version = "2.0.28"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
|
||||
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -4324,9 +4334,9 @@ checksum = "422045212ea98508ae3d28025bc5aaa2bd4a9cdaecd442a08da2ee620ee9ea95"
|
||||
|
||||
[[package]]
|
||||
name = "target-lexicon"
|
||||
version = "0.12.10"
|
||||
version = "0.12.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e"
|
||||
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
|
||||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
@ -4391,7 +4401,7 @@ name = "test-generator"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4435,7 +4445,7 @@ checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4465,14 +4475,15 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.3.23"
|
||||
version = "0.3.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
|
||||
checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea"
|
||||
dependencies = [
|
||||
"deranged",
|
||||
"itoa",
|
||||
"serde",
|
||||
"time-core",
|
||||
"time-macros 0.2.10",
|
||||
"time-macros 0.2.11",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4493,9 +4504,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "time-macros"
|
||||
version = "0.2.10"
|
||||
version = "0.2.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4"
|
||||
checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd"
|
||||
dependencies = [
|
||||
"time-core",
|
||||
]
|
||||
@ -4578,7 +4589,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4727,7 +4738,7 @@ checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.27",
|
||||
"syn 2.0.28",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -5004,7 +5015,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
||||
|
||||
[[package]]
|
||||
name = "virtual-fs"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@ -5131,7 +5142,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wai-bindgen-wasmer"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@ -5210,7 +5221,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
||||
|
||||
[[package]]
|
||||
name = "wasi-test-generator"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"glob",
|
||||
"gumdrop",
|
||||
@ -5344,9 +5355,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-coredump-builder"
|
||||
version = "0.1.17"
|
||||
version = "0.1.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0801790938f9fb6058d2a6243d241ef740a4f034b5c6541f2075e6bd44662a5c"
|
||||
checksum = "46a45b77df22075a4cc28a1f1b0ffde2f98ea9427b08be653cd42301cc31a733"
|
||||
dependencies = [
|
||||
"wasm-coredump-encoder",
|
||||
"wasm-coredump-types",
|
||||
@ -5355,9 +5366,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-coredump-encoder"
|
||||
version = "0.1.17"
|
||||
version = "0.1.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4857473672f70a7c113acf5671454502576e996ab8b3075f13863b06183c330a"
|
||||
checksum = "4c768410ee257f529009c138d91ba69e5b03c406954401411ca2ce7e172a3043"
|
||||
dependencies = [
|
||||
"leb128",
|
||||
"wasm-coredump-types",
|
||||
@ -5365,9 +5376,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-coredump-types"
|
||||
version = "0.1.17"
|
||||
version = "0.1.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3a0fa341a4dbf12de13c0e2725e472df9b2153122aee7e1a788284b2cc4158d8"
|
||||
checksum = "16c10cfb746471f9d2f70beac757f29919baae2b666dbc52c3f8f8d0c9d32afe"
|
||||
|
||||
[[package]]
|
||||
name = "wasm-encoder"
|
||||
@ -5389,9 +5400,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-encoder"
|
||||
version = "0.31.0"
|
||||
version = "0.31.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "06a3d1b4a575ffb873679402b2aedb3117555eb65c27b1b86c8a91e574bc2a2a"
|
||||
checksum = "41763f20eafed1399fff1afb466496d3a959f58241436cfdc17e3f5ca954de16"
|
||||
dependencies = [
|
||||
"leb128",
|
||||
]
|
||||
@ -5423,7 +5434,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
@ -5438,7 +5449,7 @@ dependencies = [
|
||||
"rusty_jsc",
|
||||
"serde",
|
||||
"serde-wasm-bindgen",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tracing",
|
||||
@ -5472,7 +5483,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_path_to_error",
|
||||
"time 0.3.23",
|
||||
"time 0.3.25",
|
||||
"tracing",
|
||||
"url",
|
||||
"wasmer-deploy-schema",
|
||||
@ -5497,7 +5508,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-c-api"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"cbindgen",
|
||||
"cfg-if",
|
||||
@ -5526,7 +5537,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-c-api-test-runner"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"regex",
|
||||
@ -5536,7 +5547,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-cache"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"blake3",
|
||||
"criterion",
|
||||
@ -5550,7 +5561,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-capi-examples-runner"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"regex",
|
||||
@ -5560,7 +5571,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-cli"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd 2.0.12",
|
||||
@ -5598,7 +5609,7 @@ dependencies = [
|
||||
"sha2",
|
||||
"spinoff",
|
||||
"tar",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tldextract",
|
||||
@ -5621,7 +5632,7 @@ dependencies = [
|
||||
"wasmer-deploy-cli",
|
||||
"wasmer-emscripten",
|
||||
"wasmer-object",
|
||||
"wasmer-registry 5.3.0",
|
||||
"wasmer-registry 5.4.0",
|
||||
"wasmer-toml 0.6.0",
|
||||
"wasmer-types",
|
||||
"wasmer-vm",
|
||||
@ -5633,7 +5644,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-compiler"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"cfg-if",
|
||||
@ -5658,7 +5669,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-compiler-cli"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytesize",
|
||||
@ -5669,7 +5680,7 @@ dependencies = [
|
||||
"fern",
|
||||
"is-terminal",
|
||||
"log",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
"unix_mode",
|
||||
"wasmer-compiler",
|
||||
"wasmer-compiler-cranelift",
|
||||
@ -5679,7 +5690,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-compiler-cranelift"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"cranelift-codegen",
|
||||
"cranelift-entity",
|
||||
@ -5690,7 +5701,7 @@ dependencies = [
|
||||
"more-asserts",
|
||||
"rayon",
|
||||
"smallvec",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
"tracing",
|
||||
"wasmer-compiler",
|
||||
"wasmer-types",
|
||||
@ -5698,7 +5709,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-compiler-llvm"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"cc",
|
||||
@ -5712,7 +5723,7 @@ dependencies = [
|
||||
"rustc_version 0.4.0",
|
||||
"semver 1.0.18",
|
||||
"smallvec",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
"wasmer-compiler",
|
||||
"wasmer-types",
|
||||
"wasmer-vm",
|
||||
@ -5720,7 +5731,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-compiler-singlepass"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"dynasm",
|
||||
@ -5732,7 +5743,7 @@ dependencies = [
|
||||
"more-asserts",
|
||||
"rayon",
|
||||
"smallvec",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
"wasmer-compiler",
|
||||
"wasmer-types",
|
||||
]
|
||||
@ -5759,7 +5770,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_yaml 0.8.26",
|
||||
"time 0.3.23",
|
||||
"time 0.3.25",
|
||||
"tokio",
|
||||
"toml 0.7.6",
|
||||
"tracing",
|
||||
@ -5769,7 +5780,7 @@ dependencies = [
|
||||
"wasmer-api",
|
||||
"wasmer-deploy-schema",
|
||||
"wasmer-deploy-util",
|
||||
"wasmer-registry 5.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wasmer-registry 5.3.0",
|
||||
"wasmer-toml 0.6.0",
|
||||
"webc",
|
||||
]
|
||||
@ -5787,7 +5798,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"serde_path_to_error",
|
||||
"serde_yaml 0.8.26",
|
||||
"time 0.3.23",
|
||||
"time 0.3.25",
|
||||
"url",
|
||||
"uuid",
|
||||
"wcgi-host",
|
||||
@ -5807,7 +5818,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-derive"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"compiletest_rs",
|
||||
"proc-macro-error",
|
||||
@ -5819,7 +5830,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-emscripten"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"getrandom",
|
||||
@ -5861,7 +5872,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-integration-tests-cli"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd 2.0.12",
|
||||
@ -5882,19 +5893,19 @@ dependencies = [
|
||||
"reqwest",
|
||||
"serde",
|
||||
"tar",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"wasmer-registry 5.3.0",
|
||||
"wasmer-registry 5.4.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-integration-tests-ios"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-middlewares"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"wasmer",
|
||||
"wasmer-types",
|
||||
@ -5903,54 +5914,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-object"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"object 0.28.4",
|
||||
"thiserror",
|
||||
"wasmer-types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-registry"
|
||||
version = "5.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"console",
|
||||
"dirs",
|
||||
"filetime",
|
||||
"flate2",
|
||||
"futures-util",
|
||||
"graphql_client",
|
||||
"hex",
|
||||
"indexmap 1.9.3",
|
||||
"indicatif",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"lzma-rs",
|
||||
"minisign",
|
||||
"pretty_assertions",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"rpassword",
|
||||
"rusqlite",
|
||||
"semver 1.0.18",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tar",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"time 0.3.23",
|
||||
"tldextract",
|
||||
"tokio",
|
||||
"toml 0.5.11",
|
||||
"url",
|
||||
"wasmer-toml 0.6.0",
|
||||
"wasmer-wasm-interface 4.1.0",
|
||||
"wasmparser 0.51.4",
|
||||
"whoami",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-registry"
|
||||
version = "5.3.0"
|
||||
@ -5981,20 +5951,61 @@ dependencies = [
|
||||
"tar",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"time 0.3.23",
|
||||
"time 0.3.25",
|
||||
"tldextract",
|
||||
"tokio",
|
||||
"toml 0.5.11",
|
||||
"url",
|
||||
"wasmer-toml 0.6.0",
|
||||
"wasmer-wasm-interface 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wasmer-wasm-interface 4.1.0",
|
||||
"wasmparser 0.51.4",
|
||||
"whoami",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-registry"
|
||||
version = "5.4.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"console",
|
||||
"dirs",
|
||||
"filetime",
|
||||
"flate2",
|
||||
"futures-util",
|
||||
"graphql_client",
|
||||
"hex",
|
||||
"indexmap 1.9.3",
|
||||
"indicatif",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"lzma-rs",
|
||||
"minisign",
|
||||
"pretty_assertions",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"rpassword",
|
||||
"rusqlite",
|
||||
"semver 1.0.18",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tar",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"time 0.3.25",
|
||||
"tldextract",
|
||||
"tokio",
|
||||
"toml 0.5.11",
|
||||
"url",
|
||||
"wasmer-toml 0.6.0",
|
||||
"wasmer-wasm-interface 4.1.1",
|
||||
"wasmparser 0.51.4",
|
||||
"whoami",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-sys-utils"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"region",
|
||||
@ -6043,7 +6054,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-types"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"bytecheck",
|
||||
"enum-iterator",
|
||||
@ -6054,13 +6065,13 @@ dependencies = [
|
||||
"rkyv",
|
||||
"serde",
|
||||
"serde_bytes",
|
||||
"target-lexicon 0.12.10",
|
||||
"target-lexicon 0.12.11",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-vm"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"cc",
|
||||
@ -6087,7 +6098,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-wasix"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@ -6154,7 +6165,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-wasix-experimental-io-devices"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"minifb",
|
||||
"nix 0.25.1",
|
||||
@ -6169,7 +6180,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-wasix-types"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags 1.3.2",
|
||||
@ -6190,18 +6201,6 @@ dependencies = [
|
||||
"wasmer-types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-wasm-interface"
|
||||
version = "4.1.0"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"either",
|
||||
"nom 5.1.3",
|
||||
"serde",
|
||||
"wasmparser 0.51.4",
|
||||
"wat",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-wasm-interface"
|
||||
version = "4.1.0"
|
||||
@ -6214,9 +6213,21 @@ dependencies = [
|
||||
"wasmparser 0.51.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-wasm-interface"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"either",
|
||||
"nom 5.1.3",
|
||||
"serde",
|
||||
"wasmparser 0.51.4",
|
||||
"wat",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-wast"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures",
|
||||
@ -6232,7 +6243,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-workspace"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"build-deps",
|
||||
@ -6287,9 +6298,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmparser"
|
||||
version = "0.109.0"
|
||||
version = "0.110.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8bf9564f29de2890ee34406af52d2a92dec6ef044c8ddfc5add5db8dcfd36e6c"
|
||||
checksum = "1dfcdb72d96f01e6c85b6bf20102e7423bdbaad5c337301bab2bbf253d26413c"
|
||||
dependencies = [
|
||||
"indexmap 2.0.0",
|
||||
"semver 1.0.18",
|
||||
@ -6297,12 +6308,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmprinter"
|
||||
version = "0.2.61"
|
||||
version = "0.2.62"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "df06dc468a161167818d5333cc248f49b58218cc0b20eb036840ea4332cb1a4a"
|
||||
checksum = "42cd12ed4d96a984e4b598a17457f1126d01640cc7461afbb319642111ff9e7f"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"wasmparser 0.109.0",
|
||||
"wasmparser 0.110.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -6325,23 +6336,23 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wast"
|
||||
version = "62.0.0"
|
||||
version = "62.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c7f7ee878019d69436895f019b65f62c33da63595d8e857cbdc87c13ecb29a32"
|
||||
checksum = "b8ae06f09dbe377b889fbd620ff8fa21e1d49d1d9d364983c0cdbf9870cb9f1f"
|
||||
dependencies = [
|
||||
"leb128",
|
||||
"memchr",
|
||||
"unicode-width",
|
||||
"wasm-encoder 0.31.0",
|
||||
"wasm-encoder 0.31.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wat"
|
||||
version = "1.0.68"
|
||||
version = "1.0.69"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "295572bf24aa5b685a971a83ad3e8b6e684aaad8a9be24bc7bf59bed84cc1c08"
|
||||
checksum = "842e15861d203fb4a96d314b0751cdeaf0f6f8b35e8d81d2953af2af5e44e637"
|
||||
dependencies = [
|
||||
"wast 62.0.0",
|
||||
"wast 62.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -6456,9 +6467,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "webc"
|
||||
version = "5.2.0"
|
||||
version = "5.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "12c47bf71ed54afd81b2f92ac7cb6f7811b4233b6088e1ee6477794aae4e05ac"
|
||||
checksum = "e5c35d27cb4c7898571b5f25036ead587736ffb371261f9e928a28edee7abf9d"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
@ -6738,9 +6749,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
||||
|
||||
[[package]]
|
||||
name = "winnow"
|
||||
version = "0.5.0"
|
||||
version = "0.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7"
|
||||
checksum = "f46aab759304e4d7b2075a9aecba26228bb073ee8c50db796b2c72c676b5d807"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
28
Cargo.toml
28
Cargo.toml
@ -12,20 +12,20 @@ rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
wasmer = { version = "=4.1.0", path = "lib/api", default-features = false }
|
||||
wasmer-compiler = { version = "=4.1.0", path = "lib/compiler", features = [
|
||||
wasmer = { version = "=4.1.1", path = "lib/api", default-features = false }
|
||||
wasmer-compiler = { version = "=4.1.1", path = "lib/compiler", features = [
|
||||
"compiler",
|
||||
], optional=true }
|
||||
wasmer-compiler-cranelift = { version = "=4.1.0", path = "lib/compiler-cranelift", optional = true }
|
||||
wasmer-compiler-singlepass = { version = "=4.1.0", path = "lib/compiler-singlepass", optional = true }
|
||||
wasmer-compiler-llvm = { version = "=4.1.0", path = "lib/compiler-llvm", optional = true }
|
||||
wasmer-emscripten = { version = "=4.1.0", path = "lib/emscripten", optional = true }
|
||||
wasmer-wasix = { version = "0.10.0", path = "lib/wasix", optional = true }
|
||||
wasmer-wast = { version = "=4.1.0", path = "tests/lib/wast", optional = true }
|
||||
wasi-test-generator = { version = "=4.1.0", path = "tests/wasi-wast", optional = true }
|
||||
wasmer-cache = { version = "=4.1.0", path = "lib/cache", optional = true }
|
||||
wasmer-types = { version = "=4.1.0", path = "lib/types" }
|
||||
wasmer-middlewares = { version = "=4.1.0", path = "lib/middlewares", optional = true }
|
||||
wasmer-compiler-cranelift = { version = "=4.1.1", path = "lib/compiler-cranelift", optional = true }
|
||||
wasmer-compiler-singlepass = { version = "=4.1.1", path = "lib/compiler-singlepass", optional = true }
|
||||
wasmer-compiler-llvm = { version = "=4.1.1", path = "lib/compiler-llvm", optional = true }
|
||||
wasmer-emscripten = { version = "=4.1.1", path = "lib/emscripten", optional = true }
|
||||
wasmer-wasix = { version = "0.11.0", path = "lib/wasix", optional = true }
|
||||
wasmer-wast = { version = "=4.1.1", path = "tests/lib/wast", optional = true }
|
||||
wasi-test-generator = { version = "=4.1.1", path = "tests/wasi-wast", optional = true }
|
||||
wasmer-cache = { version = "=4.1.1", path = "lib/cache", optional = true }
|
||||
wasmer-types = { version = "=4.1.1", path = "lib/types" }
|
||||
wasmer-middlewares = { version = "=4.1.1", path = "lib/middlewares", optional = true }
|
||||
cfg-if = "1.0"
|
||||
tokio = { version = "1", features = [ "rt", "rt-multi-thread", "macros" ], optional = true }
|
||||
|
||||
@ -78,7 +78,7 @@ homepage = "https://wasmer.io/"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
rust-version = "1.67"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
|
||||
[workspace.dependencies]
|
||||
webc = { version = "5.2.0", default-features = false, features = ["package"] }
|
||||
@ -92,7 +92,7 @@ glob = "0.3"
|
||||
rustc_version = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
wasmer = { version = "=4.1.0", path = "lib/api", default-features = false, features = [] }
|
||||
wasmer = { version = "=4.1.1", path = "lib/api", default-features = false, features = [] }
|
||||
anyhow = "1.0"
|
||||
criterion = { version = "0.5", default-features = false }
|
||||
lazy_static = "1.4"
|
||||
|
@ -38,15 +38,15 @@ rustc-demangle = "0.1"
|
||||
# Dependencies and Development Dependencies for `sys`.
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
# - Mandatory dependencies for `sys`.
|
||||
wasmer-vm = { path = "../vm", version = "=4.1.0" }
|
||||
wasmer-compiler = { path = "../compiler", version = "=4.1.0" }
|
||||
wasmer-derive = { path = "../derive", version = "=4.1.0" }
|
||||
wasmer-types = { path = "../types", version = "=4.1.0" }
|
||||
wasmer-vm = { path = "../vm", version = "=4.1.1" }
|
||||
wasmer-compiler = { path = "../compiler", version = "=4.1.1" }
|
||||
wasmer-derive = { path = "../derive", version = "=4.1.1" }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
||||
target-lexicon = { version = "0.12.2", default-features = false }
|
||||
# - Optional dependencies for `sys`.
|
||||
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.1.0", optional = true }
|
||||
wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=4.1.0", optional = true }
|
||||
wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=4.1.0", optional = true }
|
||||
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.1.1", optional = true }
|
||||
wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=4.1.1", optional = true }
|
||||
wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=4.1.1", optional = true }
|
||||
|
||||
wasm-bindgen = { version = "0.2.74", optional = true }
|
||||
js-sys = { version = "0.3.51", optional = true }
|
||||
@ -62,17 +62,17 @@ winapi = "0.3"
|
||||
wat = "1.0"
|
||||
tempfile = "3.6.0"
|
||||
anyhow = "1.0"
|
||||
macro-wasmer-universal-test = { version = "4.1.0", path = "./macro-wasmer-universal-test" }
|
||||
macro-wasmer-universal-test = { version = "4.1.1", path = "./macro-wasmer-universal-test" }
|
||||
|
||||
# Dependencies and Develoment Dependencies for `js`.
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
# - Mandatory dependencies for `js`.
|
||||
wasmer-types = { path = "../types", version = "=4.1.0", default-features = false, features = ["std"] }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false, features = ["std"] }
|
||||
wasm-bindgen = "0.2.74"
|
||||
wasm-bindgen-downcast = { version = "0.1.1" }
|
||||
js-sys = "0.3.51"
|
||||
#web-sys = { version = "0.3.51", features = [ "console" ] }
|
||||
wasmer-derive = { path = "../derive", version = "=4.1.0" }
|
||||
wasmer-derive = { path = "../derive", version = "=4.1.1" }
|
||||
# - Optional dependencies for `js`.
|
||||
wasmparser = { version = "0.95", default-features = false, optional = true }
|
||||
hashbrown = { version = "0.11", optional = true }
|
||||
@ -84,7 +84,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
wat = "1.0"
|
||||
anyhow = "1.0"
|
||||
wasm-bindgen-test = "0.3.0"
|
||||
macro-wasmer-universal-test = { version = "4.1.0", path = "./macro-wasmer-universal-test" }
|
||||
macro-wasmer-universal-test = { version = "4.1.1", path = "./macro-wasmer-universal-test" }
|
||||
|
||||
# Specific to `js`.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "macro-wasmer-universal-test"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Universal test macro for wasmer-test"
|
||||
|
@ -24,17 +24,17 @@ crate-type = ["staticlib", "cdylib"] #"cdylib", "rlib", "staticlib"]
|
||||
[dependencies]
|
||||
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this
|
||||
# library name (see `[lib]`).
|
||||
wasmer-api = { version = "=4.1.0", path = "../api", default-features = false, package = "wasmer" }
|
||||
wasmer-compiler = { version = "=4.1.0", path = "../compiler", optional = true }
|
||||
wasmer-compiler-cranelift = { version = "=4.1.0", path = "../compiler-cranelift", optional = true }
|
||||
wasmer-compiler-llvm = { version = "=4.1.0", path = "../compiler-llvm", optional = true }
|
||||
wasmer-compiler-singlepass = { version = "=4.1.0", path = "../compiler-singlepass", optional = true }
|
||||
wasmer-emscripten = { version = "=4.1.0", path = "../emscripten", optional = true }
|
||||
wasmer-middlewares = { version = "=4.1.0", path = "../middlewares", optional = true }
|
||||
wasmer-types = { version = "=4.1.0", path = "../types" }
|
||||
wasmer-wasix = { version = "0.10.0", path = "../wasix", features = ["host-fs", "host-vnet"], optional = true }
|
||||
wasmer-api = { version = "=4.1.1", path = "../api", default-features = false, package = "wasmer" }
|
||||
wasmer-compiler = { version = "=4.1.1", path = "../compiler", optional = true }
|
||||
wasmer-compiler-cranelift = { version = "=4.1.1", path = "../compiler-cranelift", optional = true }
|
||||
wasmer-compiler-llvm = { version = "=4.1.1", path = "../compiler-llvm", optional = true }
|
||||
wasmer-compiler-singlepass = { version = "=4.1.1", path = "../compiler-singlepass", optional = true }
|
||||
wasmer-emscripten = { version = "=4.1.1", path = "../emscripten", optional = true }
|
||||
wasmer-middlewares = { version = "=4.1.1", path = "../middlewares", optional = true }
|
||||
wasmer-types = { version = "=4.1.1", path = "../types" }
|
||||
wasmer-wasix = { version = "0.11.0", path = "../wasix", features = ["host-fs", "host-vnet"], optional = true }
|
||||
webc = { version = "5.0", optional = true }
|
||||
virtual-fs = { version = "0.7.0", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
|
||||
virtual-fs = { version = "0.8.0", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
|
||||
enumset = "1.0.2"
|
||||
cfg-if = "1.0"
|
||||
lazy_static = "1.4"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-capi-examples-runner"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "wasmer-capi-examples-runner"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-c-api-test-runner"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "wasmer-c-api-test-runner"
|
||||
|
6
lib/cache/Cargo.toml
vendored
6
lib/cache/Cargo.toml
vendored
@ -13,7 +13,7 @@ rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
wasmer = { path = "../api", version = "=4.1.0", default-features = false }
|
||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false }
|
||||
hex = "0.4"
|
||||
thiserror = "1"
|
||||
blake3 = "1.0"
|
||||
@ -22,8 +22,8 @@ blake3 = "1.0"
|
||||
criterion = { version = "0.5", default-features = false }
|
||||
tempfile = "3.6.0"
|
||||
rand = "0.8.3"
|
||||
wasmer = { path = "../api", version = "=4.1.0", default-features = false, features = ["sys", "cranelift"] }
|
||||
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.1.0" }
|
||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["sys", "cranelift"] }
|
||||
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.1.1" }
|
||||
|
||||
[features]
|
||||
default = ["filesystem"]
|
||||
|
@ -20,8 +20,8 @@ path = "src/bin/wasmer_compiler.rs"
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
wasmer-compiler = { version = "=4.1.0", path = "../compiler", features = ["compiler"] }
|
||||
wasmer-types = { version = "=4.1.0", path = "../types" }
|
||||
wasmer-compiler = { version = "=4.1.1", path = "../compiler", features = ["compiler"] }
|
||||
wasmer-types = { version = "=4.1.1", path = "../types" }
|
||||
is-terminal = "0.4.7"
|
||||
colored = "2.0"
|
||||
anyhow = "1.0"
|
||||
@ -36,13 +36,13 @@ log = { version = "0.4", optional = true }
|
||||
target-lexicon = { version = "0.12", features = ["std"] }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
wasmer-compiler-singlepass = { version = "=4.1.0", path = "../compiler-singlepass", optional = true }
|
||||
wasmer-compiler-cranelift = { version = "=4.1.0", path = "../compiler-cranelift", optional = true }
|
||||
wasmer-compiler-singlepass = { version = "=4.1.1", path = "../compiler-singlepass", optional = true }
|
||||
wasmer-compiler-cranelift = { version = "=4.1.1", path = "../compiler-cranelift", optional = true }
|
||||
clap = { version = "4.2.7", features = ["derive", "env"] }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wasmer-compiler-singlepass = { version = "=4.1.0", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] }
|
||||
wasmer-compiler-cranelift = { version = "=4.1.0", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] }
|
||||
wasmer-compiler-singlepass = { version = "=4.1.1", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] }
|
||||
wasmer-compiler-cranelift = { version = "=4.1.1", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] }
|
||||
# NOTE: Must use different features for clap because the "color" feature does not
|
||||
# work on wasi, due to the anstream dependency not compiling.
|
||||
clap = { version = "4.2.7", default-features = false, features = [
|
||||
|
@ -27,37 +27,37 @@ required-features = ["headless"]
|
||||
|
||||
[dependencies]
|
||||
# Repo-local dependencies.
|
||||
wasmer = { version = "=4.1.0", path = "../api", default-features = false }
|
||||
wasmer-compiler = { version = "=4.1.0", path = "../compiler", features = [
|
||||
wasmer = { version = "=4.1.1", path = "../api", default-features = false }
|
||||
wasmer-compiler = { version = "=4.1.1", path = "../compiler", features = [
|
||||
"compiler",
|
||||
], optional = true }
|
||||
wasmer-compiler-cranelift = { version = "=4.1.0", path = "../compiler-cranelift", optional = true }
|
||||
wasmer-compiler-singlepass = { version = "=4.1.0", path = "../compiler-singlepass", optional = true }
|
||||
wasmer-compiler-llvm = { version = "=4.1.0", path = "../compiler-llvm", optional = true }
|
||||
wasmer-emscripten = { version = "=4.1.0", path = "../emscripten" }
|
||||
wasmer-vm = { version = "=4.1.0", path = "../vm", optional = true }
|
||||
wasmer-wasix = { version = "0.10.0", path = "../wasix", features = [
|
||||
wasmer-compiler-cranelift = { version = "=4.1.1", path = "../compiler-cranelift", optional = true }
|
||||
wasmer-compiler-singlepass = { version = "=4.1.1", path = "../compiler-singlepass", optional = true }
|
||||
wasmer-compiler-llvm = { version = "=4.1.1", path = "../compiler-llvm", optional = true }
|
||||
wasmer-emscripten = { version = "=4.1.1", path = "../emscripten" }
|
||||
wasmer-vm = { version = "=4.1.1", path = "../vm", optional = true }
|
||||
wasmer-wasix = { version = "0.11.0", path = "../wasix", features = [
|
||||
"logging",
|
||||
"webc_runner_rt_wcgi",
|
||||
"webc_runner_rt_emscripten",
|
||||
"host-fs",
|
||||
] }
|
||||
wasmer-wasix-experimental-io-devices = { version = "0.10.0", path = "../wasi-experimental-io-devices", optional = true, features = [
|
||||
wasmer-wasix-experimental-io-devices = { version = "0.11.0", path = "../wasi-experimental-io-devices", optional = true, features = [
|
||||
"link_external_libs",
|
||||
] }
|
||||
wasmer-wast = { version = "=4.1.0", path = "../../tests/lib/wast", optional = true }
|
||||
wasmer-cache = { version = "=4.1.0", path = "../cache", features = [
|
||||
wasmer-wast = { version = "=4.1.1", path = "../../tests/lib/wast", optional = true }
|
||||
wasmer-cache = { version = "=4.1.1", path = "../cache", features = [
|
||||
"blake3-pure",
|
||||
] }
|
||||
wasmer-types = { version = "=4.1.0", path = "../types", features = [
|
||||
wasmer-types = { version = "=4.1.1", path = "../types", features = [
|
||||
"enable-serde",
|
||||
] }
|
||||
wasmer-registry = { version = "5.3.0", path = "../registry", features = [
|
||||
wasmer-registry = { version = "5.4.0", path = "../registry", features = [
|
||||
"build-package",
|
||||
"clap",
|
||||
] }
|
||||
wasmer-object = { version = "=4.1.0", path = "../object", optional = true }
|
||||
virtual-fs = { version = "0.7.0", path = "../virtual-fs", default-features = false, features = [
|
||||
wasmer-object = { version = "=4.1.1", path = "../object", optional = true }
|
||||
virtual-fs = { version = "0.8.0", path = "../virtual-fs", default-features = false, features = [
|
||||
"host-fs",
|
||||
] }
|
||||
virtual-net = { version = "0.4.0", path = "../virtual-net" }
|
||||
|
@ -14,8 +14,8 @@ rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
wasmer-compiler = { path = "../compiler", version = "=4.1.0", features = ["translator", "compiler"], default-features = false }
|
||||
wasmer-types = { path = "../types", version = "=4.1.0", default-features = false, features = ["std"] }
|
||||
wasmer-compiler = { path = "../compiler", version = "=4.1.1", features = ["translator", "compiler"], default-features = false }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false, features = ["std"] }
|
||||
cranelift-entity = { version = "0.91.1", default-features = false }
|
||||
cranelift-codegen = { version = "0.91.1", default-features = false, features = ["x86", "arm64", "riscv64"] }
|
||||
cranelift-frontend = { version = "0.91.1", default-features = false }
|
||||
|
@ -14,11 +14,11 @@ rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
wasmer-compiler = { path = "../compiler", version = "=4.1.0", features = [
|
||||
wasmer-compiler = { path = "../compiler", version = "=4.1.1", features = [
|
||||
"translator", "compiler"
|
||||
] }
|
||||
wasmer-vm = { path = "../vm", version = "=4.1.0" }
|
||||
wasmer-types = { path = "../types", version = "=4.1.0" }
|
||||
wasmer-vm = { path = "../vm", version = "=4.1.1" }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
||||
target-lexicon = { version = "0.12.2", default-features = false }
|
||||
smallvec = "1.6"
|
||||
object = { version = "0.28.3", default-features = false, features = ["read"] }
|
||||
|
@ -14,8 +14,8 @@ rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
wasmer-compiler = { path = "../compiler", version = "=4.1.0", features = ["translator", "compiler"], default-features = false }
|
||||
wasmer-types = { path = "../types", version = "=4.1.0", default-features = false, features = ["std"] }
|
||||
wasmer-compiler = { path = "../compiler", version = "=4.1.1", features = ["translator", "compiler"], default-features = false }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false, features = ["std"] }
|
||||
hashbrown = { version = "0.11", optional = true }
|
||||
gimli = { version = "0.26", optional = true }
|
||||
enumset = "1.0.2"
|
||||
|
@ -13,8 +13,8 @@ rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
wasmer-types = { path = "../types", version = "=4.1.0", default-features = false }
|
||||
wasmer-object = { path = "../object", version = "=4.1.0", optional = true }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false }
|
||||
wasmer-object = { path = "../object", version = "=4.1.1", optional = true }
|
||||
wasmparser = { version = "0.95", optional = true, default-features = false }
|
||||
enumset = "1.0.2"
|
||||
hashbrown = { version = "0.11", optional = true }
|
||||
@ -33,7 +33,7 @@ leb128 = "0.2"
|
||||
enum-iterator = "0.7.0"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
wasmer-vm = { path = "../vm", version = "=4.1.0" }
|
||||
wasmer-vm = { path = "../vm", version = "=4.1.1" }
|
||||
region = { version = "3.0" }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
|
@ -18,8 +18,8 @@ lazy_static = "1.4"
|
||||
libc = "^0.2"
|
||||
log = "0.4"
|
||||
time = { version = "0.2", features = ["std"] }
|
||||
wasmer = { path = "../api", version = "=4.1.0", default-features = false }
|
||||
wasmer-types = { path = "../types", version = "=4.1.0" }
|
||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
getrandom = "0.2"
|
||||
|
@ -13,12 +13,12 @@ rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
wasmer = { path = "../api", version = "=4.1.0", default-features = false, features = ["compiler"] }
|
||||
wasmer-types = { path = "../types", version = "=4.1.0" }
|
||||
wasmer-vm = { path = "../vm", version = "=4.1.0" }
|
||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["compiler"] }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
||||
wasmer-vm = { path = "../vm", version = "=4.1.1" }
|
||||
|
||||
[dev-dependencies]
|
||||
wasmer = { path = "../api", version = "=4.1.0", features = ["compiler"] }
|
||||
wasmer = { path = "../api", version = "=4.1.1", features = ["compiler"] }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
@ -13,7 +13,7 @@ rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
wasmer-types = { path = "../types", version = "=4.1.0" }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
||||
object = { version = "0.28.3", default-features = false, features = ["write"] }
|
||||
thiserror = "1.0"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-registry"
|
||||
version = "5.3.0"
|
||||
version = "5.4.0"
|
||||
description = "Crate to interact with the wasmer registry, download packages, etc."
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
@ -44,7 +44,7 @@ tokio = "1.24.0"
|
||||
toml = "0.5.9"
|
||||
url = "2.3.1"
|
||||
wasmer-toml = "0.6.0"
|
||||
wasmer-wasm-interface = { version = "4.1.0", path = "../wasm-interface", optional = true }
|
||||
wasmer-wasm-interface = { version = "4.1.1", path = "../wasm-interface", optional = true }
|
||||
wasmparser = { version = "0.51.4", optional = true }
|
||||
whoami = "1.2.3"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-sys-utils"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
description = "Wasmer utilities for a sys environment."
|
||||
categories = ["wasm"]
|
||||
keywords = ["wasm", "webassembly"]
|
||||
@ -12,9 +12,9 @@ repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
wasmer = { path = "../api", version = "=4.1.0", default-features = false, features = ["sys", "compiler"] }
|
||||
wasmer-vm = { path = "../vm", version = "=4.1.0" }
|
||||
wasmer-types = { path = "../types", version = "=4.1.0" }
|
||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["sys", "compiler"] }
|
||||
wasmer-vm = { path = "../vm", version = "=4.1.1" }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
||||
region = { version = "3.0" }
|
||||
tracing = "0.1.37"
|
||||
|
||||
@ -22,8 +22,8 @@ tracing = "0.1.37"
|
||||
libc = { version = "^0.2", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
wasmer-wasix = { path = "../wasix", version = "0.10.0" }
|
||||
wasmer = { path = "../api", version = "=4.1.0", default-features = false, features = ["sys", "compiler", "cranelift"] }
|
||||
wasmer-wasix = { path = "../wasix", version = "0.11.0" }
|
||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["sys", "compiler", "cranelift"] }
|
||||
tracing-subscriber = { version = "0.3.16", features = ["fmt"] }
|
||||
tracing = "0.1.37"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "virtual-fs"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
description = "Wasmer Virtual FileSystem"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -13,7 +13,7 @@ rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
wasmer-types = { path = "../types", version = "=4.1.0" }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
||||
libc = { version = "^0.2", default-features = false }
|
||||
memoffset = "0.8.0"
|
||||
indexmap = { version = "1.6" }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "wai-bindgen-wasmer"
|
||||
description = "Generate WAI glue for a Rust Wasmer host"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
categories = ["wasm", "os"]
|
||||
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
||||
readme = "README.md"
|
||||
@ -20,7 +20,7 @@ once_cell = "1.13"
|
||||
thiserror = "1.0"
|
||||
tracing-lib = { version = "0.1.26", optional = true, package = "tracing" }
|
||||
wai-bindgen-wasmer-impl = { version = "0.2.2" }
|
||||
wasmer = { version = "=4.1.0", path = "../api", default-features = false }
|
||||
wasmer = { version = "=4.1.1", path = "../api", default-features = false }
|
||||
|
||||
[features]
|
||||
# Enables generated code to emit events via the `tracing` crate whenever wasm is
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-wasix-experimental-io-devices"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
description = "An experimental non-standard WASI/WASIX extension for graphics"
|
||||
categories = ["wasm"]
|
||||
keywords = ["wasm", "webassembly", "types"]
|
||||
@ -16,9 +16,9 @@ rust-version.workspace = true
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
[dependencies]
|
||||
wasmer = { version = "4.1.0", path = "../api", default-features=false }
|
||||
wasmer-wasix = { version = "0.10.0", path = "../wasix", default-features=false }
|
||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.10.0" }
|
||||
wasmer = { version = "4.1.1", path = "../api", default-features=false }
|
||||
wasmer-wasix = { version = "0.11.0", path = "../wasix", default-features=false }
|
||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.11.0" }
|
||||
tracing = "0.1"
|
||||
minifb = { version = "0.24.0", optional = true }
|
||||
nix = "0.25.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-wasix-types"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
description = "WASI and WASIX types for Wasmer WebAssembly runtime"
|
||||
categories = ["wasm", "os"]
|
||||
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
||||
@ -15,9 +15,9 @@ rust-version.workspace = true
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
wasmer = { default-features = false, path = "../api", version = "=4.1.0" }
|
||||
wasmer-types = { path = "../types", version = "=4.1.0" }
|
||||
wasmer-derive = { path = "../derive", version = "=4.1.0" }
|
||||
wasmer = { default-features = false, path = "../api", version = "=4.1.1" }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1" }
|
||||
wasmer-derive = { path = "../derive", version = "=4.1.1" }
|
||||
wai-bindgen-gen-rust = "0.2.1"
|
||||
wai-bindgen-rust = { version = "0.2.1", default-features = false, features = ["macros"] }
|
||||
wai-bindgen-gen-rust-wasm = "0.2.1"
|
||||
|
20
lib/wasi-web/Cargo.lock
generated
20
lib/wasi-web/Cargo.lock
generated
@ -2203,7 +2203,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
||||
|
||||
[[package]]
|
||||
name = "virtual-fs"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@ -2311,7 +2311,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wai-bindgen-wasmer"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags 1.3.2",
|
||||
@ -2495,7 +2495,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"cfg-if",
|
||||
@ -2522,7 +2522,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-compiler"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"cfg-if",
|
||||
@ -2542,7 +2542,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-derive"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"proc-macro-error",
|
||||
"proc-macro2",
|
||||
@ -2570,7 +2570,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-types"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"bytecheck",
|
||||
"enum-iterator",
|
||||
@ -2585,7 +2585,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-vm"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"cc",
|
||||
@ -2610,7 +2610,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-wasix"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@ -2664,7 +2664,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-wasix-types"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags 1.3.2",
|
||||
@ -2686,7 +2686,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasmer-web"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-web"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
authors = ["John Sharratt <johnathan.sharratt@gmail.com>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
@ -17,7 +17,7 @@ rust-version = "1.67"
|
||||
|
||||
[dependencies]
|
||||
wasmer = { path = "../api", default_features = false, features = [ "js-default" ] }
|
||||
wasmer-wasix = { path = "../wasix", version = "0.10.0", default-features = false, features = [ "js-default" ] }
|
||||
wasmer-wasix = { path = "../wasix", version = "0.11.0", default-features = false, features = [ "js-default" ] }
|
||||
#wasm-bindgen = { version = "0.2", features = [ "nightly", "serde-serialize" ] }
|
||||
wasm-bindgen = { version = "0.2", features = [ "serde-serialize" ] }
|
||||
wasm-bindgen-futures = "0.4"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-wasix"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
description = "WASI and WASIX implementation library for Wasmer WebAssembly runtime"
|
||||
categories = ["wasm", "os"]
|
||||
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
||||
@ -17,13 +17,13 @@ cfg-if = "1.0"
|
||||
thiserror = "1"
|
||||
tracing = { version = "0.1.37" }
|
||||
getrandom = "0.2"
|
||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.10.0", features = [ "enable-serde" ] }
|
||||
wasmer-types = { path = "../types", version = "=4.1.0", default-features = false }
|
||||
wasmer = { path = "../api", version = "=4.1.0", default-features = false, features = ["wat", "js-serializable-module"] }
|
||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.11.0", features = [ "enable-serde" ] }
|
||||
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false }
|
||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["wat", "js-serializable-module"] }
|
||||
virtual-mio = { path = "../virtual-io", version = "0.1.0", default-features = false }
|
||||
virtual-fs = { path = "../virtual-fs", version = "0.7.0", default-features = false, features = ["webc-fs"] }
|
||||
virtual-fs = { path = "../virtual-fs", version = "0.8.0", default-features = false, features = ["webc-fs"] }
|
||||
virtual-net = { path = "../virtual-net", version = "0.4.0", default-features = false }
|
||||
wasmer-emscripten = { path = "../emscripten", version = "=4.1.0", optional = true }
|
||||
wasmer-emscripten = { path = "../emscripten", version = "=4.1.1", optional = true }
|
||||
typetag = { version = "0.1", optional = true }
|
||||
serde = { version = "1.0", default-features = false, features = ["derive"] }
|
||||
bincode = { version = "1.3" }
|
||||
@ -51,7 +51,7 @@ hex = { version = "^0.4" }
|
||||
term_size = { version = "0.3" }
|
||||
linked_hash_set = { version = "0.1" }
|
||||
http = "0.2.8"
|
||||
wai-bindgen-wasmer = { path = "../wai-bindgen-wasmer", version = "0.10.0", features = ["tracing"] }
|
||||
wai-bindgen-wasmer = { path = "../wai-bindgen-wasmer", version = "0.11.0", features = ["tracing"] }
|
||||
heapless = "0.7.16"
|
||||
once_cell = "1.17.0"
|
||||
pin-project = "1.0.12"
|
||||
@ -95,7 +95,7 @@ winapi = "0.3"
|
||||
wasm-bindgen = ">= 0.2.74, < 0.2.85"
|
||||
|
||||
[dev-dependencies]
|
||||
wasmer = { path = "../api", version = "=4.1.0", default-features = false, features = ["wat", "js-serializable-module"] }
|
||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["wat", "js-serializable-module"] }
|
||||
tokio = { version = "1", features = [ "sync", "macros", "rt" ], default_features = false }
|
||||
pretty_assertions = "1.3.0"
|
||||
|
||||
@ -105,7 +105,7 @@ tracing-wasm = "0.2"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
||||
tracing-subscriber = { version = "^0.2" }
|
||||
wasmer = { path = "../api", version = "=4.1.0", default-features = false, features = ["wat", "js-serializable-module", "cranelift"] }
|
||||
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["wat", "js-serializable-module", "cranelift"] }
|
||||
|
||||
[features]
|
||||
default = ["sys-default"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
PREVIOUS_VERSION='4.0.0'
|
||||
NEXT_VERSION='4.1.0'
|
||||
PREVIOUS_VERSION='4.1.0'
|
||||
NEXT_VERSION='4.1.1'
|
||||
|
||||
import os
|
||||
import re
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Setup]
|
||||
AppName=Wasmer
|
||||
AppVersion=4.1.0
|
||||
AppVersion=4.1.1
|
||||
DefaultDirName={pf}\Wasmer
|
||||
DefaultGroupName=Wasmer
|
||||
Compression=lzma2
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-integration-tests-cli"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
description = "CLI integration tests"
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-integration-tests-ios"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
description = "iOS integration tests"
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-wast"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
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 = "=4.1.0", default-features = false }
|
||||
wasmer-wasix = { path = "../../../lib/wasix", version = "0.10.0" }
|
||||
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.7.0" }
|
||||
wasmer = { path = "../../../lib/api", version = "=4.1.1", default-features = false }
|
||||
wasmer-wasix = { path = "../../../lib/wasix", version = "0.11.0" }
|
||||
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.8.0" }
|
||||
wast = "38.0"
|
||||
serde = "1"
|
||||
tempfile = "3.6.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasi-test-generator"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
description = "Tests for our WASI implementation"
|
||||
license = "MIT"
|
||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
|
Reference in New Issue
Block a user