mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-01 15:09:17 +00:00
50
CHANGELOG.md
50
CHANGELOG.md
@ -9,6 +9,56 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C
|
|||||||
|
|
||||||
## **Unreleased**
|
## **Unreleased**
|
||||||
|
|
||||||
|
## 4.0.0-alpha.1 - 25/05/2023
|
||||||
|
|
||||||
|
A new major release, with a few breaking changes and the removal of many deprecated functions. Also, some methods previously available from on `Engine` has been moved to the `NativeEngineExt` trait.
|
||||||
|
Deserialize has changed, with the default version using artifact layout validation. The old function has been renamed to `_unchecked` variant. The speed impact is usually negligeable , but the old function are still present if needed
|
||||||
|
Many bugfixes and improvements on `wasmer run` and `wasmer run-unstable` (that will be merged into just `wasmer run` soon). `--allow-multiple-wasi-versions` CLI flag is now removed that is now removed and active by default. Logic for `wasmer config set registry.url` that has been fixed to work with `localhost:1234`
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
- [#3879](https://github.com/wasmerio/wasmer/pull/3879) Add compiler features to wai-bindgen-wasmer
|
||||||
|
- [#1212](https://github.com/wasmerio/wasmer/pull/1212) Add support for GDB JIT debugging
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- [#3852](https://github.com/wasmerio/wasmer/pull/3852) Re-work package resolution and make runners use it
|
||||||
|
- [#3910](https://github.com/wasmerio/wasmer/pull/3910) Removed all deprecated functions
|
||||||
|
- [#3900](https://github.com/wasmerio/wasmer/pull/3900) lib/virtual-net: tokio::net::lookup_host requires host:port format
|
||||||
|
- [#3906](https://github.com/wasmerio/wasmer/pull/3906) WASIX updates after superset changes
|
||||||
|
- [#3907](https://github.com/wasmerio/wasmer/pull/3907) Choose subversion of tracing crate in wasix
|
||||||
|
- [#3873](https://github.com/wasmerio/wasmer/pull/3873) Initial implementation for poll on pipe
|
||||||
|
- [#3904](https://github.com/wasmerio/wasmer/pull/3904) Changed tunables to have a VMConfig settings
|
||||||
|
- [#3902](https://github.com/wasmerio/wasmer/pull/3902) TmpFs Memory Usage Tracking and Limiting
|
||||||
|
- [#3894](https://github.com/wasmerio/wasmer/pull/3894) Rework Module deserialization functions
|
||||||
|
- [#3899](https://github.com/wasmerio/wasmer/pull/3899) enable integration tests with debug binary
|
||||||
|
- [#3889](https://github.com/wasmerio/wasmer/pull/3889) Bump llvm
|
||||||
|
- [#3881](https://github.com/wasmerio/wasmer/pull/3881) Use `js-default` feature in wai-bindgen-wasmer
|
||||||
|
- [#3874](https://github.com/wasmerio/wasmer/pull/3874) refactor!: Memory API Modifications (try_clone/copy, duplicate_in_store)
|
||||||
|
- [#3763](https://github.com/wasmerio/wasmer/pull/3763) Implement NativeWasmTypeInto for u32 and u64
|
||||||
|
- [#3866](https://github.com/wasmerio/wasmer/pull/3866) Align vfs and vnet directories with crate names
|
||||||
|
- [#3864](https://github.com/wasmerio/wasmer/pull/3864) feat(cli): Integrate deploy commands
|
||||||
|
- [#3771](https://github.com/wasmerio/wasmer/pull/3771) Asynchronous threading phase2
|
||||||
|
- [#3710](https://github.com/wasmerio/wasmer/pull/3710) Implemented an asyncify based implementation of asynchronous threading
|
||||||
|
- [#3859](https://github.com/wasmerio/wasmer/pull/3859) Support static linking on Windows
|
||||||
|
- [#3856](https://github.com/wasmerio/wasmer/pull/3856) Switch FileSystemCache to use checked artifact deserialization
|
||||||
|
- [#3854](https://github.com/wasmerio/wasmer/pull/3854) deps: Upgrade clap to v4
|
||||||
|
- [#3849](https://github.com/wasmerio/wasmer/pull/3849) Support MinGW
|
||||||
|
- [#3841](https://github.com/wasmerio/wasmer/pull/3841) Introduce a module cache abstraction
|
||||||
|
- [#3400](https://github.com/wasmerio/wasmer/pull/3400) Use the wasm_bindgen_downcast crate for downcasting JsValues
|
||||||
|
- [#3831](https://github.com/wasmerio/wasmer/pull/3831) Introduce a package resolver
|
||||||
|
- [#3843](https://github.com/wasmerio/wasmer/pull/3843) Adapted the publishing script
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- [#3867](https://github.com/wasmerio/wasmer/pull/3867) lib/wasi: try quick fix for WasiFS::get_inode_at_path
|
||||||
|
- [#3891](https://github.com/wasmerio/wasmer/pull/3891) Fix typos in docs
|
||||||
|
- [#3898](https://github.com/wasmerio/wasmer/pull/3898) fix: Use fallback home directory detection in config commands.
|
||||||
|
- [#3861](https://github.com/wasmerio/wasmer/pull/3861) fuzz: fix build error
|
||||||
|
- [#3853](https://github.com/wasmerio/wasmer/pull/3853) Fix cargo update
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 3.3.0 - 03/05/2023
|
## 3.3.0 - 03/05/2023
|
||||||
|
|
||||||
Along a few important bugfixes, this version introduce JavaScriptCore support, with full WASI support.
|
Along a few important bugfixes, this version introduce JavaScriptCore support, with full WASI support.
|
||||||
|
188
Cargo.lock
generated
188
Cargo.lock
generated
@ -265,9 +265,9 @@ checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base64"
|
name = "base64"
|
||||||
version = "0.21.1"
|
version = "0.21.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105"
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "basic-toml"
|
name = "basic-toml"
|
||||||
@ -2190,9 +2190,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "io-lifetimes"
|
name = "io-lifetimes"
|
||||||
version = "1.0.10"
|
version = "1.0.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hermit-abi 0.3.1",
|
"hermit-abi 0.3.1",
|
||||||
"libc",
|
"libc",
|
||||||
@ -2419,7 +2419,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "macro-wasmer-universal-test"
|
name = "macro-wasmer-universal-test"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"proc-quote",
|
"proc-quote",
|
||||||
@ -4848,9 +4848,9 @@ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-ident"
|
name = "unicode-ident"
|
||||||
version = "1.0.8"
|
version = "1.0.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-normalization"
|
name = "unicode-normalization"
|
||||||
@ -4981,7 +4981,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "virtual-fs"
|
name = "virtual-fs"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@ -5006,7 +5006,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "virtual-net"
|
name = "virtual-net"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"bytes",
|
"bytes",
|
||||||
@ -5089,7 +5089,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wai-bindgen-wasmer"
|
name = "wai-bindgen-wasmer"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@ -5184,7 +5184,7 @@ dependencies = [
|
|||||||
"url",
|
"url",
|
||||||
"validator",
|
"validator",
|
||||||
"wapm-toml",
|
"wapm-toml",
|
||||||
"wasmer-registry 4.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmer-registry 4.5.0",
|
||||||
"webc",
|
"webc",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -5212,7 +5212,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasi-test-generator"
|
name = "wasi-test-generator"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glob",
|
"glob",
|
||||||
"gumdrop",
|
"gumdrop",
|
||||||
@ -5425,7 +5425,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer"
|
name = "wasmer"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytes",
|
"bytes",
|
||||||
@ -5497,7 +5497,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-c-api"
|
name = "wasmer-c-api"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cbindgen",
|
"cbindgen",
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
@ -5525,7 +5525,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-c-api-test-runner"
|
name = "wasmer-c-api-test-runner"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"regex",
|
"regex",
|
||||||
@ -5535,7 +5535,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-cache"
|
name = "wasmer-cache"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake3",
|
"blake3",
|
||||||
"criterion",
|
"criterion",
|
||||||
@ -5549,7 +5549,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-capi-examples-runner"
|
name = "wasmer-capi-examples-runner"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"regex",
|
"regex",
|
||||||
@ -5559,7 +5559,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-cli"
|
name = "wasmer-cli"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@ -5617,7 +5617,7 @@ dependencies = [
|
|||||||
"wasmer-deploy-cli",
|
"wasmer-deploy-cli",
|
||||||
"wasmer-emscripten",
|
"wasmer-emscripten",
|
||||||
"wasmer-object",
|
"wasmer-object",
|
||||||
"wasmer-registry 4.5.0",
|
"wasmer-registry 4.6.0",
|
||||||
"wasmer-toml",
|
"wasmer-toml",
|
||||||
"wasmer-types",
|
"wasmer-types",
|
||||||
"wasmer-vm",
|
"wasmer-vm",
|
||||||
@ -5629,7 +5629,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler"
|
name = "wasmer-compiler"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
@ -5654,7 +5654,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler-cli"
|
name = "wasmer-compiler-cli"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"atty",
|
"atty",
|
||||||
@ -5675,7 +5675,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler-cranelift"
|
name = "wasmer-compiler-cranelift"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift-codegen",
|
"cranelift-codegen",
|
||||||
"cranelift-entity",
|
"cranelift-entity",
|
||||||
@ -5694,7 +5694,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler-llvm"
|
name = "wasmer-compiler-llvm"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"cc",
|
"cc",
|
||||||
@ -5716,7 +5716,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler-singlepass"
|
name = "wasmer-compiler-singlepass"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"dynasm",
|
"dynasm",
|
||||||
@ -5764,7 +5764,7 @@ dependencies = [
|
|||||||
"wasmer-api",
|
"wasmer-api",
|
||||||
"wasmer-deploy-schema",
|
"wasmer-deploy-schema",
|
||||||
"wasmer-deploy-util",
|
"wasmer-deploy-util",
|
||||||
"wasmer-registry 4.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmer-registry 4.5.0",
|
||||||
"wasmer-toml",
|
"wasmer-toml",
|
||||||
"webc",
|
"webc",
|
||||||
]
|
]
|
||||||
@ -5798,7 +5798,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-derive"
|
name = "wasmer-derive"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"compiletest_rs",
|
"compiletest_rs",
|
||||||
"proc-macro-error",
|
"proc-macro-error",
|
||||||
@ -5810,7 +5810,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-emscripten"
|
name = "wasmer-emscripten"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
@ -5852,7 +5852,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-integration-tests-cli"
|
name = "wasmer-integration-tests-cli"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd 2.0.11",
|
"assert_cmd 2.0.11",
|
||||||
@ -5878,11 +5878,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-integration-tests-ios"
|
name = "wasmer-integration-tests-ios"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-middlewares"
|
name = "wasmer-middlewares"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"wasmer",
|
"wasmer",
|
||||||
"wasmer-types",
|
"wasmer-types",
|
||||||
@ -5891,55 +5891,13 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-object"
|
name = "wasmer-object"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"object 0.28.4",
|
"object 0.28.4",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"wasmer-types",
|
"wasmer-types",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "wasmer-registry"
|
|
||||||
version = "4.5.0"
|
|
||||||
dependencies = [
|
|
||||||
"anyhow",
|
|
||||||
"console",
|
|
||||||
"dirs",
|
|
||||||
"filetime",
|
|
||||||
"flate2",
|
|
||||||
"fs_extra",
|
|
||||||
"futures-util",
|
|
||||||
"graphql_client",
|
|
||||||
"hex",
|
|
||||||
"indexmap",
|
|
||||||
"indicatif",
|
|
||||||
"lazy_static",
|
|
||||||
"log",
|
|
||||||
"lzma-rs",
|
|
||||||
"minisign",
|
|
||||||
"rand",
|
|
||||||
"regex",
|
|
||||||
"reqwest",
|
|
||||||
"rpassword",
|
|
||||||
"rusqlite",
|
|
||||||
"semver 1.0.17",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"tar",
|
|
||||||
"tempfile",
|
|
||||||
"thiserror",
|
|
||||||
"time 0.3.21",
|
|
||||||
"tldextract",
|
|
||||||
"tokio",
|
|
||||||
"toml 0.5.11",
|
|
||||||
"url",
|
|
||||||
"wasmer-toml",
|
|
||||||
"wasmer-wasm-interface 3.3.0",
|
|
||||||
"wasmparser 0.51.4",
|
|
||||||
"webc",
|
|
||||||
"whoami",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-registry"
|
name = "wasmer-registry"
|
||||||
version = "4.5.0"
|
version = "4.5.0"
|
||||||
@ -5977,7 +5935,49 @@ dependencies = [
|
|||||||
"toml 0.5.11",
|
"toml 0.5.11",
|
||||||
"url",
|
"url",
|
||||||
"wasmer-toml",
|
"wasmer-toml",
|
||||||
"wasmer-wasm-interface 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"wasmer-wasm-interface 3.3.0",
|
||||||
|
"wasmparser 0.51.4",
|
||||||
|
"webc",
|
||||||
|
"whoami",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "wasmer-registry"
|
||||||
|
version = "4.6.0"
|
||||||
|
dependencies = [
|
||||||
|
"anyhow",
|
||||||
|
"console",
|
||||||
|
"dirs",
|
||||||
|
"filetime",
|
||||||
|
"flate2",
|
||||||
|
"fs_extra",
|
||||||
|
"futures-util",
|
||||||
|
"graphql_client",
|
||||||
|
"hex",
|
||||||
|
"indexmap",
|
||||||
|
"indicatif",
|
||||||
|
"lazy_static",
|
||||||
|
"log",
|
||||||
|
"lzma-rs",
|
||||||
|
"minisign",
|
||||||
|
"rand",
|
||||||
|
"regex",
|
||||||
|
"reqwest",
|
||||||
|
"rpassword",
|
||||||
|
"rusqlite",
|
||||||
|
"semver 1.0.17",
|
||||||
|
"serde",
|
||||||
|
"serde_json",
|
||||||
|
"tar",
|
||||||
|
"tempfile",
|
||||||
|
"thiserror",
|
||||||
|
"time 0.3.21",
|
||||||
|
"tldextract",
|
||||||
|
"tokio",
|
||||||
|
"toml 0.5.11",
|
||||||
|
"url",
|
||||||
|
"wasmer-toml",
|
||||||
|
"wasmer-wasm-interface 4.0.0-alpha.1",
|
||||||
"wasmparser 0.51.4",
|
"wasmparser 0.51.4",
|
||||||
"webc",
|
"webc",
|
||||||
"whoami",
|
"whoami",
|
||||||
@ -5985,7 +5985,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-sys-utils"
|
name = "wasmer-sys-utils"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"region",
|
"region",
|
||||||
@ -6016,7 +6016,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-types"
|
name = "wasmer-types"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytecheck",
|
"bytecheck",
|
||||||
"enum-iterator",
|
"enum-iterator",
|
||||||
@ -6033,7 +6033,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-vm"
|
name = "wasmer-vm"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"cc",
|
"cc",
|
||||||
@ -6060,7 +6060,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasix"
|
name = "wasmer-wasix"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@ -6125,7 +6125,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasix-experimental-io-devices"
|
name = "wasmer-wasix-experimental-io-devices"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"minifb",
|
"minifb",
|
||||||
"nix 0.25.1",
|
"nix 0.25.1",
|
||||||
@ -6140,7 +6140,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasix-types"
|
name = "wasmer-wasix-types"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
@ -6160,18 +6160,6 @@ dependencies = [
|
|||||||
"wasmer-types",
|
"wasmer-types",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "wasmer-wasm-interface"
|
|
||||||
version = "3.3.0"
|
|
||||||
dependencies = [
|
|
||||||
"bincode",
|
|
||||||
"either",
|
|
||||||
"nom 5.1.3",
|
|
||||||
"serde",
|
|
||||||
"wasmparser 0.51.4",
|
|
||||||
"wat",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasm-interface"
|
name = "wasmer-wasm-interface"
|
||||||
version = "3.3.0"
|
version = "3.3.0"
|
||||||
@ -6184,9 +6172,21 @@ dependencies = [
|
|||||||
"wasmparser 0.51.4",
|
"wasmparser 0.51.4",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "wasmer-wasm-interface"
|
||||||
|
version = "4.0.0-alpha.1"
|
||||||
|
dependencies = [
|
||||||
|
"bincode",
|
||||||
|
"either",
|
||||||
|
"nom 5.1.3",
|
||||||
|
"serde",
|
||||||
|
"wasmparser 0.51.4",
|
||||||
|
"wat",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wast"
|
name = "wasmer-wast"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"serde",
|
"serde",
|
||||||
@ -6201,7 +6201,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-workspace"
|
name = "wasmer-workspace"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"build-deps",
|
"build-deps",
|
||||||
|
28
Cargo.toml
28
Cargo.toml
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-workspace"
|
name = "wasmer-workspace"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Wasmer workspace"
|
description = "Wasmer workspace"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
repository = "https://github.com/wasmerio/wasmer"
|
repository = "https://github.com/wasmerio/wasmer"
|
||||||
@ -10,20 +10,20 @@ publish = false
|
|||||||
autoexamples = false
|
autoexamples = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { version = "=3.3.0", path = "lib/api", default-features = false }
|
wasmer = { version = "=4.0.0-alpha.1", path = "lib/api", default-features = false }
|
||||||
wasmer-compiler = { version = "=3.3.0", path = "lib/compiler", features = [
|
wasmer-compiler = { version = "=4.0.0-alpha.1", path = "lib/compiler", features = [
|
||||||
"compiler",
|
"compiler",
|
||||||
], optional=true }
|
], optional=true }
|
||||||
wasmer-compiler-cranelift = { version = "=3.3.0", path = "lib/compiler-cranelift", optional = true }
|
wasmer-compiler-cranelift = { version = "=4.0.0-alpha.1", path = "lib/compiler-cranelift", optional = true }
|
||||||
wasmer-compiler-singlepass = { version = "=3.3.0", path = "lib/compiler-singlepass", optional = true }
|
wasmer-compiler-singlepass = { version = "=4.0.0-alpha.1", path = "lib/compiler-singlepass", optional = true }
|
||||||
wasmer-compiler-llvm = { version = "=3.3.0", path = "lib/compiler-llvm", optional = true }
|
wasmer-compiler-llvm = { version = "=4.0.0-alpha.1", path = "lib/compiler-llvm", optional = true }
|
||||||
wasmer-emscripten = { version = "=3.3.0", path = "lib/emscripten", optional = true }
|
wasmer-emscripten = { version = "=4.0.0-alpha.1", path = "lib/emscripten", optional = true }
|
||||||
wasmer-wasix = { version = "0.4.0", path = "lib/wasi", optional = true }
|
wasmer-wasix = { version = "0.5.0", path = "lib/wasi", optional = true }
|
||||||
wasmer-wast = { version = "=3.3.0", path = "tests/lib/wast", optional = true }
|
wasmer-wast = { version = "=4.0.0-alpha.1", path = "tests/lib/wast", optional = true }
|
||||||
wasi-test-generator = { version = "=3.3.0", path = "tests/wasi-wast", optional = true }
|
wasi-test-generator = { version = "=4.0.0-alpha.1", path = "tests/wasi-wast", optional = true }
|
||||||
wasmer-cache = { version = "=3.3.0", path = "lib/cache", optional = true }
|
wasmer-cache = { version = "=4.0.0-alpha.1", path = "lib/cache", optional = true }
|
||||||
wasmer-types = { version = "=3.3.0", path = "lib/types" }
|
wasmer-types = { version = "=4.0.0-alpha.1", path = "lib/types" }
|
||||||
wasmer-middlewares = { version = "=3.3.0", path = "lib/middlewares", optional = true }
|
wasmer-middlewares = { version = "=4.0.0-alpha.1", path = "lib/middlewares", optional = true }
|
||||||
cfg-if = "1.0"
|
cfg-if = "1.0"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
@ -75,7 +75,7 @@ glob = "0.3"
|
|||||||
rustc_version = "0.4"
|
rustc_version = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasmer = { version = "=3.3.0", path = "lib/api", default-features = false, features = [] }
|
wasmer = { version = "=4.0.0-alpha.1", path = "lib/api", default-features = false, features = [] }
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
criterion = "0.3"
|
criterion = "0.3"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer"
|
name = "wasmer"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "High-performance WebAssembly runtime"
|
description = "High-performance WebAssembly runtime"
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
keywords = ["wasm", "webassembly", "runtime", "vm"]
|
keywords = ["wasm", "webassembly", "runtime", "vm"]
|
||||||
@ -36,15 +36,15 @@ rustc-demangle = "0.1"
|
|||||||
# Dependencies and Development Dependencies for `sys`.
|
# Dependencies and Development Dependencies for `sys`.
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
# - Mandatory dependencies for `sys`.
|
# - Mandatory dependencies for `sys`.
|
||||||
wasmer-vm = { path = "../vm", version = "=3.3.0" }
|
wasmer-vm = { path = "../vm", version = "=4.0.0-alpha.1" }
|
||||||
wasmer-compiler = { path = "../compiler", version = "=3.3.0" }
|
wasmer-compiler = { path = "../compiler", version = "=4.0.0-alpha.1" }
|
||||||
wasmer-derive = { path = "../derive", version = "=3.3.0" }
|
wasmer-derive = { path = "../derive", version = "=4.0.0-alpha.1" }
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0" }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1" }
|
||||||
target-lexicon = { version = "0.12.2", default-features = false }
|
target-lexicon = { version = "0.12.2", default-features = false }
|
||||||
# - Optional dependencies for `sys`.
|
# - Optional dependencies for `sys`.
|
||||||
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.3.0", optional = true }
|
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.0.0-alpha.1", optional = true }
|
||||||
wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=3.3.0", optional = true }
|
wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=4.0.0-alpha.1", optional = true }
|
||||||
wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=3.3.0", optional = true }
|
wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=4.0.0-alpha.1", optional = true }
|
||||||
|
|
||||||
wasm-bindgen = { version = "0.2.74", optional = true }
|
wasm-bindgen = { version = "0.2.74", optional = true }
|
||||||
js-sys = { version = "0.3.51", optional = true }
|
js-sys = { version = "0.3.51", optional = true }
|
||||||
@ -60,17 +60,17 @@ winapi = "0.3"
|
|||||||
wat = "1.0"
|
wat = "1.0"
|
||||||
tempfile = "3.4.0"
|
tempfile = "3.4.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
macro-wasmer-universal-test = { version = "3.3.0", path = "./macro-wasmer-universal-test" }
|
macro-wasmer-universal-test = { version = "4.0.0-alpha.1", path = "./macro-wasmer-universal-test" }
|
||||||
|
|
||||||
# Dependencies and Develoment Dependencies for `js`.
|
# Dependencies and Develoment Dependencies for `js`.
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
# - Mandatory dependencies for `js`.
|
# - Mandatory dependencies for `js`.
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0", default-features = false, features = ["std"] }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1", default-features = false, features = ["std"] }
|
||||||
wasm-bindgen = "0.2.74"
|
wasm-bindgen = "0.2.74"
|
||||||
wasm-bindgen-downcast = { version = "0.1.1" }
|
wasm-bindgen-downcast = { version = "0.1.1" }
|
||||||
js-sys = "0.3.51"
|
js-sys = "0.3.51"
|
||||||
#web-sys = { version = "0.3.51", features = [ "console" ] }
|
#web-sys = { version = "0.3.51", features = [ "console" ] }
|
||||||
wasmer-derive = { path = "../derive", version = "=3.3.0" }
|
wasmer-derive = { path = "../derive", version = "=4.0.0-alpha.1" }
|
||||||
# - Optional dependencies for `js`.
|
# - Optional dependencies for `js`.
|
||||||
wasmparser = { version = "0.95", default-features = false, optional = true }
|
wasmparser = { version = "0.95", default-features = false, optional = true }
|
||||||
hashbrown = { version = "0.11", optional = true }
|
hashbrown = { version = "0.11", optional = true }
|
||||||
@ -82,7 +82,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
wat = "1.0"
|
wat = "1.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
wasm-bindgen-test = "0.3.0"
|
wasm-bindgen-test = "0.3.0"
|
||||||
macro-wasmer-universal-test = { version = "3.3.0", path = "./macro-wasmer-universal-test" }
|
macro-wasmer-universal-test = { version = "4.0.0-alpha.1", path = "./macro-wasmer-universal-test" }
|
||||||
|
|
||||||
# Specific to `js`.
|
# Specific to `js`.
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "macro-wasmer-universal-test"
|
name = "macro-wasmer-universal-test"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Universal test macro for wasmer-test"
|
description = "Universal test macro for wasmer-test"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-c-api"
|
name = "wasmer-c-api"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Wasmer C API library"
|
description = "Wasmer C API library"
|
||||||
categories = ["wasm", "api-bindings"]
|
categories = ["wasm", "api-bindings"]
|
||||||
keywords = ["wasm", "webassembly", "runtime"]
|
keywords = ["wasm", "webassembly", "runtime"]
|
||||||
@ -22,17 +22,17 @@ crate-type = ["staticlib", "cdylib"] #"cdylib", "rlib", "staticlib"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this
|
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this
|
||||||
# library name (see `[lib]`).
|
# library name (see `[lib]`).
|
||||||
wasmer-api = { version = "=3.3.0", path = "../api", default-features = false, package = "wasmer" }
|
wasmer-api = { version = "=4.0.0-alpha.1", path = "../api", default-features = false, package = "wasmer" }
|
||||||
wasmer-compiler = { version = "=3.3.0", path = "../compiler", optional = true }
|
wasmer-compiler = { version = "=4.0.0-alpha.1", path = "../compiler", optional = true }
|
||||||
wasmer-compiler-cranelift = { version = "=3.3.0", path = "../compiler-cranelift", optional = true }
|
wasmer-compiler-cranelift = { version = "=4.0.0-alpha.1", path = "../compiler-cranelift", optional = true }
|
||||||
wasmer-compiler-llvm = { version = "=3.3.0", path = "../compiler-llvm", optional = true }
|
wasmer-compiler-llvm = { version = "=4.0.0-alpha.1", path = "../compiler-llvm", optional = true }
|
||||||
wasmer-compiler-singlepass = { version = "=3.3.0", path = "../compiler-singlepass", optional = true }
|
wasmer-compiler-singlepass = { version = "=4.0.0-alpha.1", path = "../compiler-singlepass", optional = true }
|
||||||
wasmer-emscripten = { version = "=3.3.0", path = "../emscripten", optional = true }
|
wasmer-emscripten = { version = "=4.0.0-alpha.1", path = "../emscripten", optional = true }
|
||||||
wasmer-middlewares = { version = "=3.3.0", path = "../middlewares", optional = true }
|
wasmer-middlewares = { version = "=4.0.0-alpha.1", path = "../middlewares", optional = true }
|
||||||
wasmer-types = { version = "=3.3.0", path = "../types" }
|
wasmer-types = { version = "=4.0.0-alpha.1", path = "../types" }
|
||||||
wasmer-wasix = { version = "0.4.0", path = "../wasi", features = ["host-fs", "host-vnet"], optional = true }
|
wasmer-wasix = { version = "0.5.0", path = "../wasi", features = ["host-fs", "host-vnet"], optional = true }
|
||||||
webc = { version = "5.0", optional = true }
|
webc = { version = "5.0", optional = true }
|
||||||
virtual-fs = { version = "0.2.0", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
|
virtual-fs = { version = "0.3.0", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
|
||||||
enumset = "1.0.2"
|
enumset = "1.0.2"
|
||||||
cfg-if = "1.0"
|
cfg-if = "1.0"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-capi-examples-runner"
|
name = "wasmer-capi-examples-runner"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "wasmer-capi-examples-runner"
|
description = "wasmer-capi-examples-runner"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-c-api-test-runner"
|
name = "wasmer-c-api-test-runner"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "wasmer-c-api-test-runner"
|
description = "wasmer-c-api-test-runner"
|
||||||
|
8
lib/cache/Cargo.toml
vendored
8
lib/cache/Cargo.toml
vendored
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-cache"
|
name = "wasmer-cache"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Cache system for Wasmer WebAssembly runtime"
|
description = "Cache system for Wasmer WebAssembly runtime"
|
||||||
categories = ["wasm", "caching"]
|
categories = ["wasm", "caching"]
|
||||||
keywords = ["wasm", "webassembly", "cache"]
|
keywords = ["wasm", "webassembly", "cache"]
|
||||||
@ -11,7 +11,7 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { path = "../api", version = "=3.3.0", default-features = false }
|
wasmer = { path = "../api", version = "=4.0.0-alpha.1", default-features = false }
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
blake3 = "1.0"
|
blake3 = "1.0"
|
||||||
@ -20,8 +20,8 @@ blake3 = "1.0"
|
|||||||
criterion = "0.3"
|
criterion = "0.3"
|
||||||
tempfile = "3.4.0"
|
tempfile = "3.4.0"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
wasmer = { path = "../api", version = "=3.3.0", default-features = false, features = ["sys", "cranelift"] }
|
wasmer = { path = "../api", version = "=4.0.0-alpha.1", default-features = false, features = ["sys", "cranelift"] }
|
||||||
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=3.3.0" }
|
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.0.0-alpha.1" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["filesystem"]
|
default = ["filesystem"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-compiler-cli"
|
name = "wasmer-compiler-cli"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Wasmer Compiler CLI"
|
description = "Wasmer Compiler CLI"
|
||||||
categories = ["wasm", "command-line-interface"]
|
categories = ["wasm", "command-line-interface"]
|
||||||
keywords = ["wasm", "webassembly", "cli"]
|
keywords = ["wasm", "webassembly", "cli"]
|
||||||
@ -18,8 +18,8 @@ path = "src/bin/wasmer_compiler.rs"
|
|||||||
doc = false
|
doc = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-compiler = { version = "=3.3.0", path = "../compiler", features = ["compiler"] }
|
wasmer-compiler = { version = "=4.0.0-alpha.1", path = "../compiler", features = ["compiler"] }
|
||||||
wasmer-types = { version = "=3.3.0", path = "../types" }
|
wasmer-types = { version = "=4.0.0-alpha.1", path = "../types" }
|
||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
colored = "2.0"
|
colored = "2.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
@ -34,13 +34,13 @@ log = { version = "0.4", optional = true }
|
|||||||
target-lexicon = { version = "0.12", features = ["std"] }
|
target-lexicon = { version = "0.12", features = ["std"] }
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
wasmer-compiler-singlepass = { version = "=3.3.0", path = "../compiler-singlepass", optional = true }
|
wasmer-compiler-singlepass = { version = "=4.0.0-alpha.1", path = "../compiler-singlepass", optional = true }
|
||||||
wasmer-compiler-cranelift = { version = "=3.3.0", path = "../compiler-cranelift", optional = true }
|
wasmer-compiler-cranelift = { version = "=4.0.0-alpha.1", path = "../compiler-cranelift", optional = true }
|
||||||
clap = { version = "4.2.7", features = ["derive", "env"] }
|
clap = { version = "4.2.7", features = ["derive", "env"] }
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
wasmer-compiler-singlepass = { version = "=3.3.0", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] }
|
wasmer-compiler-singlepass = { version = "=4.0.0-alpha.1", path = "../compiler-singlepass", optional = true, default-features = false, features = ["wasm"] }
|
||||||
wasmer-compiler-cranelift = { version = "=3.3.0", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] }
|
wasmer-compiler-cranelift = { version = "=4.0.0-alpha.1", path = "../compiler-cranelift", optional = true, default-features = false, features = ["wasm"] }
|
||||||
# NOTE: Must use different features for clap because the "color" feature does not
|
# NOTE: Must use different features for clap because the "color" feature does not
|
||||||
# work on wasi, due to the anstream dependency not compiling.
|
# work on wasi, due to the anstream dependency not compiling.
|
||||||
clap = { version = "4.2.7", default-features = false, features = [
|
clap = { version = "4.2.7", default-features = false, features = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-cli"
|
name = "wasmer-cli"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Wasmer CLI"
|
description = "Wasmer CLI"
|
||||||
categories = ["wasm", "command-line-interface"]
|
categories = ["wasm", "command-line-interface"]
|
||||||
keywords = ["wasm", "webassembly", "cli"]
|
keywords = ["wasm", "webassembly", "cli"]
|
||||||
@ -26,22 +26,22 @@ required-features = ["headless"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Repo-local dependencies.
|
# Repo-local dependencies.
|
||||||
wasmer = { version = "=3.3.0", path = "../api", default-features = false }
|
wasmer = { version = "=4.0.0-alpha.1", path = "../api", default-features = false }
|
||||||
wasmer-compiler = { version = "=3.3.0", path = "../compiler", features = ["compiler"], optional = true }
|
wasmer-compiler = { version = "=4.0.0-alpha.1", path = "../compiler", features = ["compiler"], optional = true }
|
||||||
wasmer-compiler-cranelift = { version = "=3.3.0", path = "../compiler-cranelift", optional = true }
|
wasmer-compiler-cranelift = { version = "=4.0.0-alpha.1", path = "../compiler-cranelift", optional = true }
|
||||||
wasmer-compiler-singlepass = { version = "=3.3.0", path = "../compiler-singlepass", optional = true }
|
wasmer-compiler-singlepass = { version = "=4.0.0-alpha.1", path = "../compiler-singlepass", optional = true }
|
||||||
wasmer-compiler-llvm = { version = "=3.3.0", path = "../compiler-llvm", optional = true }
|
wasmer-compiler-llvm = { version = "=4.0.0-alpha.1", path = "../compiler-llvm", optional = true }
|
||||||
wasmer-emscripten = { version = "=3.3.0", path = "../emscripten" }
|
wasmer-emscripten = { version = "=4.0.0-alpha.1", path = "../emscripten" }
|
||||||
wasmer-vm = { version = "=3.3.0", path = "../vm", optional = true }
|
wasmer-vm = { version = "=4.0.0-alpha.1", path = "../vm", optional = true }
|
||||||
wasmer-wasix = { version = "0.4.0", path = "../wasi", features = ["logging", "webc_runner", "webc_runner_rt_wcgi", "webc_runner_rt_wasi", "webc_runner_rt_emscripten", "host-fs"] }
|
wasmer-wasix = { version = "0.5.0", path = "../wasi", features = ["logging", "webc_runner", "webc_runner_rt_wcgi", "webc_runner_rt_wasi", "webc_runner_rt_emscripten", "host-fs"] }
|
||||||
wasmer-wasix-experimental-io-devices = { version = "0.4.0", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] }
|
wasmer-wasix-experimental-io-devices = { version = "0.5.0", path = "../wasi-experimental-io-devices", optional = true, features = ["link_external_libs"] }
|
||||||
wasmer-wast = { version = "=3.3.0", path = "../../tests/lib/wast", optional = true }
|
wasmer-wast = { version = "=4.0.0-alpha.1", path = "../../tests/lib/wast", optional = true }
|
||||||
wasmer-cache = { version = "=3.3.0", path = "../cache", features = ["blake3-pure"] }
|
wasmer-cache = { version = "=4.0.0-alpha.1", path = "../cache", features = ["blake3-pure"] }
|
||||||
wasmer-types = { version = "=3.3.0", path = "../types", features = ["enable-serde"] }
|
wasmer-types = { version = "=4.0.0-alpha.1", path = "../types", features = ["enable-serde"] }
|
||||||
wasmer-registry = { version = "4.5.0", path = "../registry", features = ["build-package"] }
|
wasmer-registry = { version = "4.6.0", path = "../registry", features = ["build-package"] }
|
||||||
wasmer-object = { version = "=3.3.0", path = "../object", optional = true }
|
wasmer-object = { version = "=4.0.0-alpha.1", path = "../object", optional = true }
|
||||||
virtual-fs = { version = "0.2.0", path = "../virtual-fs", default-features = false, features = ["host-fs"] }
|
virtual-fs = { version = "0.3.0", path = "../virtual-fs", default-features = false, features = ["host-fs"] }
|
||||||
virtual-net = { version = "0.1.0", path = "../virtual-net" }
|
virtual-net = { version = "0.2.0", path = "../virtual-net" }
|
||||||
|
|
||||||
# Wasmer-owned dependencies.
|
# Wasmer-owned dependencies.
|
||||||
webc = { version = "5.0" }
|
webc = { version = "5.0" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-compiler-cranelift"
|
name = "wasmer-compiler-cranelift"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Cranelift compiler for Wasmer WebAssembly runtime"
|
description = "Cranelift compiler for Wasmer WebAssembly runtime"
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
keywords = ["wasm", "webassembly", "compiler", "cranelift"]
|
keywords = ["wasm", "webassembly", "compiler", "cranelift"]
|
||||||
@ -12,8 +12,8 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-compiler = { path = "../compiler", version = "=3.3.0", features = ["translator", "compiler"], default-features = false }
|
wasmer-compiler = { path = "../compiler", version = "=4.0.0-alpha.1", features = ["translator", "compiler"], default-features = false }
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0", default-features = false, features = ["std"] }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1", default-features = false, features = ["std"] }
|
||||||
cranelift-entity = { version = "0.91.1", default-features = false }
|
cranelift-entity = { version = "0.91.1", default-features = false }
|
||||||
cranelift-codegen = { version = "0.91.1", default-features = false, features = ["x86", "arm64", "riscv64"] }
|
cranelift-codegen = { version = "0.91.1", default-features = false, features = ["x86", "arm64", "riscv64"] }
|
||||||
cranelift-frontend = { version = "0.91.1", default-features = false }
|
cranelift-frontend = { version = "0.91.1", default-features = false }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-compiler-llvm"
|
name = "wasmer-compiler-llvm"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "LLVM compiler for Wasmer WebAssembly runtime"
|
description = "LLVM compiler for Wasmer WebAssembly runtime"
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
keywords = ["wasm", "webassembly", "compiler", "llvm"]
|
keywords = ["wasm", "webassembly", "compiler", "llvm"]
|
||||||
@ -12,11 +12,11 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-compiler = { path = "../compiler", version = "=3.3.0", features = [
|
wasmer-compiler = { path = "../compiler", version = "=4.0.0-alpha.1", features = [
|
||||||
"translator", "compiler"
|
"translator", "compiler"
|
||||||
] }
|
] }
|
||||||
wasmer-vm = { path = "../vm", version = "=3.3.0" }
|
wasmer-vm = { path = "../vm", version = "=4.0.0-alpha.1" }
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0" }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1" }
|
||||||
target-lexicon = { version = "0.12.2", default-features = false }
|
target-lexicon = { version = "0.12.2", default-features = false }
|
||||||
smallvec = "1.6"
|
smallvec = "1.6"
|
||||||
object = { version = "0.28.3", default-features = false, features = ["read"] }
|
object = { version = "0.28.3", default-features = false, features = ["read"] }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-compiler-singlepass"
|
name = "wasmer-compiler-singlepass"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Singlepass compiler for Wasmer WebAssembly runtime"
|
description = "Singlepass compiler for Wasmer WebAssembly runtime"
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
keywords = ["wasm", "webassembly", "compiler", "singlepass"]
|
keywords = ["wasm", "webassembly", "compiler", "singlepass"]
|
||||||
@ -12,8 +12,8 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-compiler = { path = "../compiler", version = "=3.3.0", features = ["translator", "compiler"], default-features = false }
|
wasmer-compiler = { path = "../compiler", version = "=4.0.0-alpha.1", features = ["translator", "compiler"], default-features = false }
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0", default-features = false, features = ["std"] }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1", default-features = false, features = ["std"] }
|
||||||
hashbrown = { version = "0.11", optional = true }
|
hashbrown = { version = "0.11", optional = true }
|
||||||
gimli = { version = "0.26", optional = true }
|
gimli = { version = "0.26", optional = true }
|
||||||
enumset = "1.0.2"
|
enumset = "1.0.2"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-compiler"
|
name = "wasmer-compiler"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Base compiler abstraction for Wasmer WebAssembly runtime"
|
description = "Base compiler abstraction for Wasmer WebAssembly runtime"
|
||||||
categories = ["wasm", "no-std"]
|
categories = ["wasm", "no-std"]
|
||||||
keywords = ["wasm", "webassembly", "compiler"]
|
keywords = ["wasm", "webassembly", "compiler"]
|
||||||
@ -11,8 +11,8 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0", default-features = false }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1", default-features = false }
|
||||||
wasmer-object = { path = "../object", version = "=3.3.0", optional = true }
|
wasmer-object = { path = "../object", version = "=4.0.0-alpha.1", optional = true }
|
||||||
wasmparser = { version = "0.95", optional = true, default-features = false }
|
wasmparser = { version = "0.95", optional = true, default-features = false }
|
||||||
enumset = "1.0.2"
|
enumset = "1.0.2"
|
||||||
hashbrown = { version = "0.11", optional = true }
|
hashbrown = { version = "0.11", optional = true }
|
||||||
@ -31,7 +31,7 @@ leb128 = "0.2"
|
|||||||
enum-iterator = "0.7.0"
|
enum-iterator = "0.7.0"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
wasmer-vm = { path = "../vm", version = "=3.3.0" }
|
wasmer-vm = { path = "../vm", version = "=4.0.0-alpha.1" }
|
||||||
region = { version = "3.0" }
|
region = { version = "3.0" }
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-derive"
|
name = "wasmer-derive"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Wasmer derive macros"
|
description = "Wasmer derive macros"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
repository = "https://github.com/wasmerio/wasmer"
|
repository = "https://github.com/wasmerio/wasmer"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-emscripten"
|
name = "wasmer-emscripten"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Emscripten implementation library for Wasmer WebAssembly runtime"
|
description = "Emscripten implementation library for Wasmer WebAssembly runtime"
|
||||||
categories = ["wasm", "os"]
|
categories = ["wasm", "os"]
|
||||||
keywords = ["wasm", "webassembly", "abi", "emscripten", "posix"]
|
keywords = ["wasm", "webassembly", "abi", "emscripten", "posix"]
|
||||||
@ -16,8 +16,8 @@ lazy_static = "1.4"
|
|||||||
libc = "^0.2"
|
libc = "^0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
time = { version = "0.2", features = ["std"] }
|
time = { version = "0.2", features = ["std"] }
|
||||||
wasmer = { path = "../api", version = "=3.3.0", default-features = false }
|
wasmer = { path = "../api", version = "=4.0.0-alpha.1", default-features = false }
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0" }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1" }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
getrandom = "0.2"
|
getrandom = "0.2"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-middlewares"
|
name = "wasmer-middlewares"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
description = "A collection of various useful middlewares"
|
description = "A collection of various useful middlewares"
|
||||||
license = "MIT OR Apache-2.0 WITH LLVM-exception"
|
license = "MIT OR Apache-2.0 WITH LLVM-exception"
|
||||||
@ -11,12 +11,12 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { path = "../api", version = "=3.3.0", default-features = false, features = ["compiler"] }
|
wasmer = { path = "../api", version = "=4.0.0-alpha.1", default-features = false, features = ["compiler"] }
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0" }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1" }
|
||||||
wasmer-vm = { path = "../vm", version = "=3.3.0" }
|
wasmer-vm = { path = "../vm", version = "=4.0.0-alpha.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasmer = { path = "../api", version = "=3.3.0", features = ["compiler"] }
|
wasmer = { path = "../api", version = "=4.0.0-alpha.1", features = ["compiler"] }
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-object"
|
name = "wasmer-object"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Wasmer Native Object generator"
|
description = "Wasmer Native Object generator"
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
keywords = ["wasm", "webassembly"]
|
keywords = ["wasm", "webassembly"]
|
||||||
@ -11,6 +11,6 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0" }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1" }
|
||||||
object = { version = "0.28.3", default-features = false, features = ["write"] }
|
object = { version = "0.28.3", default-features = false, features = ["write"] }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-registry"
|
name = "wasmer-registry"
|
||||||
version = "4.5.0"
|
version = "4.6.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Crate to interact with the wasmer registry (wapm.io), download packages, etc."
|
description = "Crate to interact with the wasmer registry (wapm.io), download packages, etc."
|
||||||
@ -42,7 +42,7 @@ tempfile = "3.4.0"
|
|||||||
rusqlite = { version = "0.28.0", optional = true, features = ["bundled"] }
|
rusqlite = { version = "0.28.0", optional = true, features = ["bundled"] }
|
||||||
time = { version = "0.3.17", default-features = false, features = ["parsing", "std", "formatting"], optional = true }
|
time = { version = "0.3.17", default-features = false, features = ["parsing", "std", "formatting"], optional = true }
|
||||||
indexmap = { version = "1.9.3", optional = true }
|
indexmap = { version = "1.9.3", optional = true }
|
||||||
wasmer-wasm-interface = { version = "3.3.0", path = "../wasm-interface", optional = true }
|
wasmer-wasm-interface = { version = "4.0.0-alpha.1", path = "../wasm-interface", optional = true }
|
||||||
wasmparser = { version = "0.51.4", optional = true }
|
wasmparser = { version = "0.51.4", optional = true }
|
||||||
rpassword = { version = "7.2.0", optional = true }
|
rpassword = { version = "7.2.0", optional = true }
|
||||||
minisign = { version = "0.7.2", optional = true }
|
minisign = { version = "0.7.2", optional = true }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-sys-utils"
|
name = "wasmer-sys-utils"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
description = "Wasmer utilities for a sys environment."
|
description = "Wasmer utilities for a sys environment."
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
keywords = ["wasm", "webassembly"]
|
keywords = ["wasm", "webassembly"]
|
||||||
@ -10,9 +10,9 @@ license = "MIT OR Apache-2.0 WITH LLVM-exception"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { path = "../api", version = "=3.3.0", default-features = false, features = ["sys", "compiler"] }
|
wasmer = { path = "../api", version = "=4.0.0-alpha.1", default-features = false, features = ["sys", "compiler"] }
|
||||||
wasmer-vm = { path = "../vm", version = "=3.3.0" }
|
wasmer-vm = { path = "../vm", version = "=4.0.0-alpha.1" }
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0" }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1" }
|
||||||
region = { version = "3.0" }
|
region = { version = "3.0" }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ tracing = "0.1.37"
|
|||||||
libc = { version = "^0.2", default-features = false }
|
libc = { version = "^0.2", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasmer-wasix = { path = "../wasi", version = "0.4.0" }
|
wasmer-wasix = { path = "../wasi", version = "0.5.0" }
|
||||||
wasmer = { path = "../api", version = "=3.3.0", default-features = false, features = ["sys", "compiler", "cranelift"] }
|
wasmer = { path = "../api", version = "=4.0.0-alpha.1", default-features = false, features = ["sys", "compiler", "cranelift"] }
|
||||||
tracing-subscriber = { version = "0.3.16", features = ["fmt"] }
|
tracing-subscriber = { version = "0.3.16", features = ["fmt"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-types"
|
name = "wasmer-types"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Wasmer Common Types"
|
description = "Wasmer Common Types"
|
||||||
categories = ["wasm", "no-std", "data-structures"]
|
categories = ["wasm", "no-std", "data-structures"]
|
||||||
keywords = ["wasm", "webassembly", "types"]
|
keywords = ["wasm", "webassembly", "types"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "virtual-fs"
|
name = "virtual-fs"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = "Wasmer Virtual FileSystem"
|
description = "Wasmer Virtual FileSystem"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "virtual-net"
|
name = "virtual-net"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "Wasmer Virtual Networking"
|
description = "Wasmer Virtual Networking"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-vm"
|
name = "wasmer-vm"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Runtime library support for Wasmer"
|
description = "Runtime library support for Wasmer"
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
keywords = ["wasm", "webassembly"]
|
keywords = ["wasm", "webassembly"]
|
||||||
@ -11,7 +11,7 @@ readme = "README.md"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0" }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1" }
|
||||||
libc = { version = "^0.2", default-features = false }
|
libc = { version = "^0.2", default-features = false }
|
||||||
memoffset = "0.8.0"
|
memoffset = "0.8.0"
|
||||||
indexmap = { version = "1.6" }
|
indexmap = { version = "1.6" }
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wai-bindgen-wasmer"
|
name = "wai-bindgen-wasmer"
|
||||||
description = "Generate WAI glue for a Rust Wasmer host"
|
description = "Generate WAI glue for a Rust Wasmer host"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
categories = ["wasm", "os"]
|
categories = ["wasm", "os"]
|
||||||
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
||||||
@ -18,7 +18,7 @@ once_cell = "1.13"
|
|||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
tracing-lib = { version = "0.1.26", optional = true, package = "tracing" }
|
tracing-lib = { version = "0.1.26", optional = true, package = "tracing" }
|
||||||
wai-bindgen-wasmer-impl = { version = "0.2.2" }
|
wai-bindgen-wasmer-impl = { version = "0.2.2" }
|
||||||
wasmer = { version = "=3.3.0", path = "../api", default-features = false }
|
wasmer = { version = "=4.0.0-alpha.1", path = "../api", default-features = false }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# Enables generated code to emit events via the `tracing` crate whenever wasm is
|
# Enables generated code to emit events via the `tracing` crate whenever wasm is
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-wasix-experimental-io-devices"
|
name = "wasmer-wasix-experimental-io-devices"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
description = "An experimental non-standard WASI/WASIX extension for graphics"
|
description = "An experimental non-standard WASI/WASIX extension for graphics"
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
keywords = ["wasm", "webassembly", "types"]
|
keywords = ["wasm", "webassembly", "types"]
|
||||||
@ -14,9 +14,9 @@ edition = "2018"
|
|||||||
maintenance = { status = "experimental" }
|
maintenance = { status = "experimental" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { version = "3.3.0", path = "../api", default-features=false }
|
wasmer = { version = "4.0.0-alpha.1", path = "../api", default-features=false }
|
||||||
wasmer-wasix = { version = "0.4.0", path = "../wasi", default-features=false }
|
wasmer-wasix = { version = "0.5.0", path = "../wasi", default-features=false }
|
||||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.4.0" }
|
wasmer-wasix-types = { path = "../wasi-types", version = "0.5.0" }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
minifb = { version = "0.24.0", optional = true }
|
minifb = { version = "0.24.0", optional = true }
|
||||||
nix = "0.25.0"
|
nix = "0.25.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-wasix-types"
|
name = "wasmer-wasix-types"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
description = "WASI and WASIX types for Wasmer WebAssembly runtime"
|
description = "WASI and WASIX types for Wasmer WebAssembly runtime"
|
||||||
categories = ["wasm", "os"]
|
categories = ["wasm", "os"]
|
||||||
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
||||||
@ -13,9 +13,9 @@ edition = "2018"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { default-features = false, path = "../api", version = "=3.3.0" }
|
wasmer = { default-features = false, path = "../api", version = "=4.0.0-alpha.1" }
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0" }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1" }
|
||||||
wasmer-derive = { path = "../derive", version = "=3.3.0" }
|
wasmer-derive = { path = "../derive", version = "=4.0.0-alpha.1" }
|
||||||
wai-bindgen-gen-rust = "0.2.1"
|
wai-bindgen-gen-rust = "0.2.1"
|
||||||
wai-bindgen-rust = { version = "0.2.1", default-features = false, features = ["macros"] }
|
wai-bindgen-rust = { version = "0.2.1", default-features = false, features = ["macros"] }
|
||||||
wai-bindgen-gen-rust-wasm = "0.2.1"
|
wai-bindgen-gen-rust-wasm = "0.2.1"
|
||||||
|
22
lib/wasi-web/Cargo.lock
generated
22
lib/wasi-web/Cargo.lock
generated
@ -2044,7 +2044,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "virtual-fs"
|
name = "virtual-fs"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@ -2063,7 +2063,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "virtual-net"
|
name = "virtual-net"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"bytes",
|
"bytes",
|
||||||
@ -2137,7 +2137,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wai-bindgen-wasmer"
|
name = "wai-bindgen-wasmer"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
@ -2321,7 +2321,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer"
|
name = "wasmer"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
@ -2348,7 +2348,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-compiler"
|
name = "wasmer-compiler"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
@ -2368,7 +2368,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-derive"
|
name = "wasmer-derive"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-error",
|
"proc-macro-error",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
@ -2378,7 +2378,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-types"
|
name = "wasmer-types"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytecheck",
|
"bytecheck",
|
||||||
"enum-iterator",
|
"enum-iterator",
|
||||||
@ -2393,7 +2393,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-vm"
|
name = "wasmer-vm"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"cc",
|
"cc",
|
||||||
@ -2418,7 +2418,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasix"
|
name = "wasmer-wasix"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@ -2470,7 +2470,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-wasix-types"
|
name = "wasmer-wasix-types"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
@ -2491,7 +2491,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasmer-web"
|
name = "wasmer-web"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-web"
|
name = "wasmer-web"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["John Sharratt <johnathan.sharratt@gmail.com>"]
|
authors = ["John Sharratt <johnathan.sharratt@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
@ -12,7 +12,7 @@ readme = "../README.md"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasmer = { path = "../api", default_features = false, features = [ "js-default" ] }
|
wasmer = { path = "../api", default_features = false, features = [ "js-default" ] }
|
||||||
wasmer-wasix = { path = "../wasi", default-features = false, features = [ "js-default" ] }
|
wasmer-wasix = { path = "../wasi", version = "0.5.0", default-features = false, features = [ "js-default" ] }
|
||||||
#wasm-bindgen = { version = "0.2", features = [ "nightly", "serde-serialize" ] }
|
#wasm-bindgen = { version = "0.2", features = [ "nightly", "serde-serialize" ] }
|
||||||
wasm-bindgen = { version = "0.2", features = [ "serde-serialize" ] }
|
wasm-bindgen = { version = "0.2", features = [ "serde-serialize" ] }
|
||||||
wasm-bindgen-futures = "0.4"
|
wasm-bindgen-futures = "0.4"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-wasix"
|
name = "wasmer-wasix"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
description = "WASI and WASIX implementation library for Wasmer WebAssembly runtime"
|
description = "WASI and WASIX implementation library for Wasmer WebAssembly runtime"
|
||||||
categories = ["wasm", "os"]
|
categories = ["wasm", "os"]
|
||||||
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
||||||
@ -15,12 +15,12 @@ cfg-if = "1.0"
|
|||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
tracing = { version = "0.1.37" }
|
tracing = { version = "0.1.37" }
|
||||||
getrandom = "0.2"
|
getrandom = "0.2"
|
||||||
wasmer-wasix-types = { path = "../wasi-types", version = "0.4.0", features = [ "enable-serde" ] }
|
wasmer-wasix-types = { path = "../wasi-types", version = "0.5.0", features = [ "enable-serde" ] }
|
||||||
wasmer-types = { path = "../types", version = "=3.3.0", default-features = false }
|
wasmer-types = { path = "../types", version = "=4.0.0-alpha.1", default-features = false }
|
||||||
wasmer = { path = "../api", version = "=3.3.0", default-features = false, features = ["wat", "js-serializable-module"] }
|
wasmer = { path = "../api", version = "=4.0.0-alpha.1", default-features = false, features = ["wat", "js-serializable-module"] }
|
||||||
virtual-fs = { path = "../virtual-fs", version = "0.2.0", default-features = false, features = ["webc-fs"] }
|
virtual-fs = { path = "../virtual-fs", version = "0.3.0", default-features = false, features = ["webc-fs"] }
|
||||||
virtual-net = { path = "../virtual-net", version = "0.1.0", default-features = false }
|
virtual-net = { path = "../virtual-net", version = "0.2.0", default-features = false }
|
||||||
wasmer-emscripten = { path = "../emscripten", version = "=3.3.0", optional = true }
|
wasmer-emscripten = { path = "../emscripten", version = "=4.0.0-alpha.1", optional = true }
|
||||||
typetag = { version = "0.1", optional = true }
|
typetag = { version = "0.1", optional = true }
|
||||||
serde = { version = "1.0", default-features = false, features = ["derive"] }
|
serde = { version = "1.0", default-features = false, features = ["derive"] }
|
||||||
bincode = { version = "1.3" }
|
bincode = { version = "1.3" }
|
||||||
@ -49,7 +49,7 @@ hex = { version = "^0.4" }
|
|||||||
term_size = { version = "0.3" }
|
term_size = { version = "0.3" }
|
||||||
linked_hash_set = { version = "0.1" }
|
linked_hash_set = { version = "0.1" }
|
||||||
http = "0.2.8"
|
http = "0.2.8"
|
||||||
wai-bindgen-wasmer = { path = "../wai-bindgen-wasmer", version = "0.4.0", features = ["tracing"] }
|
wai-bindgen-wasmer = { path = "../wai-bindgen-wasmer", version = "0.5.0", features = ["tracing"] }
|
||||||
heapless = "0.7.16"
|
heapless = "0.7.16"
|
||||||
once_cell = "1.17.0"
|
once_cell = "1.17.0"
|
||||||
pin-project = "1.0.12"
|
pin-project = "1.0.12"
|
||||||
@ -91,7 +91,7 @@ winapi = "0.3"
|
|||||||
wasm-bindgen = ">= 0.2.74, < 0.2.85"
|
wasm-bindgen = ">= 0.2.74, < 0.2.85"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasmer = { path = "../api", version = "=3.3.0", default-features = false, features = ["wat", "js-serializable-module"] }
|
wasmer = { path = "../api", version = "=4.0.0-alpha.1", default-features = false, features = ["wat", "js-serializable-module"] }
|
||||||
tokio = { version = "1", features = [ "sync", "macros", "rt" ], default_features = false }
|
tokio = { version = "1", features = [ "sync", "macros", "rt" ], default_features = false }
|
||||||
pretty_assertions = "1.3.0"
|
pretty_assertions = "1.3.0"
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ tracing-wasm = "0.2"
|
|||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
||||||
tracing-subscriber = { version = "^0.2" }
|
tracing-subscriber = { version = "^0.2" }
|
||||||
wasmer = { path = "../api", version = "=3.3.0", default-features = false, features = ["wat", "js-serializable-module", "cranelift"] }
|
wasmer = { path = "../api", version = "=4.0.0-alpha.1", default-features = false, features = ["wat", "js-serializable-module", "cranelift"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["sys-default"]
|
default = ["sys-default"]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-wasm-interface"
|
name = "wasmer-wasm-interface"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/wasmerio/wapm-cli"
|
repository = "https://github.com/wasmerio/wapm-cli"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
PREVIOUS_VERSION='3.2.1'
|
PREVIOUS_VERSION='3.3.0'
|
||||||
NEXT_VERSION='3.3.0'
|
NEXT_VERSION='4.0.0-alpha.1'
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=Wasmer
|
AppName=Wasmer
|
||||||
AppVersion=3.3.0
|
AppVersion=4.0.0-alpha.1
|
||||||
DefaultDirName={pf}\Wasmer
|
DefaultDirName={pf}\Wasmer
|
||||||
DefaultGroupName=Wasmer
|
DefaultGroupName=Wasmer
|
||||||
Compression=lzma2
|
Compression=lzma2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-integration-tests-cli"
|
name = "wasmer-integration-tests-cli"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
description = "CLI integration tests"
|
description = "CLI integration tests"
|
||||||
repository = "https://github.com/wasmerio/wasmer"
|
repository = "https://github.com/wasmerio/wasmer"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-integration-tests-ios"
|
name = "wasmer-integration-tests-ios"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
description = "iOS integration tests"
|
description = "iOS integration tests"
|
||||||
repository = "https://github.com/wasmerio/wasmer"
|
repository = "https://github.com/wasmerio/wasmer"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasmer-wast"
|
name = "wasmer-wast"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
description = "wast testing support for wasmer"
|
description = "wast testing support for wasmer"
|
||||||
license = "MIT OR Apache-2.0 WITH LLVM-exception"
|
license = "MIT OR Apache-2.0 WITH LLVM-exception"
|
||||||
@ -12,9 +12,9 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
wasmer = { path = "../../../lib/api", version = "=3.3.0", default-features = false }
|
wasmer = { path = "../../../lib/api", version = "=4.0.0-alpha.1", default-features = false }
|
||||||
wasmer-wasix = { path = "../../../lib/wasi", version = "0.4.0" }
|
wasmer-wasix = { path = "../../../lib/wasi", version = "0.5.0" }
|
||||||
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.2.0" }
|
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.3.0" }
|
||||||
wast = "38.0"
|
wast = "38.0"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
tempfile = "3.4.0"
|
tempfile = "3.4.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wasi-test-generator"
|
name = "wasi-test-generator"
|
||||||
version = "3.3.0"
|
version = "4.0.0-alpha.1"
|
||||||
description = "Tests for our WASI implementation"
|
description = "Tests for our WASI implementation"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||||
|
Reference in New Issue
Block a user