Skip to content

Commit ec18e7c

Browse files
chore: 0.11.0-beta.0
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent 4c2d39f commit ec18e7c

5 files changed

Lines changed: 16 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = ["crates/*"]
1111
default-members = [".", "crates/parser", "crates/tinywasm", "crates/types", "crates/wasi"]
1212

1313
[workspace.package]
14-
version = "0.11.0-pre.0"
14+
version = "0.11.0-beta.1"
1515
edition = "2024"
1616
rust-version = "1.98"
1717
repository = "https://github.com/explodingcamera/tinywasm"
@@ -20,10 +20,10 @@ keywords = ["interpreter", "no-std", "tinywasm", "wasm", "webassembly"]
2020
categories = ["compilers", "embedded", "no-std", "virtualization", "wasm"]
2121

2222
[workspace.dependencies]
23-
tinywasm = { path = "crates/tinywasm", version = "0.11.0-pre.0", default-features = false }
24-
tinywasm-parser = { path = "crates/parser", version = "0.11.0-pre.0", default-features = false }
25-
tinywasm-types = { path = "crates/types", version = "0.11.0-pre.0", default-features = false }
26-
tinywasm-wasi = { path = "crates/wasi", version = "0.11.0-pre.0" }
23+
tinywasm = { path = "crates/tinywasm", version = "0.11.0-beta.0", default-features = false }
24+
tinywasm-parser = { path = "crates/parser", version = "0.11.0-beta.0", default-features = false }
25+
tinywasm-types = { path = "crates/types", version = "0.11.0-beta.0", default-features = false }
26+
tinywasm-wasi = { path = "crates/wasi", version = "0.11.0-beta.0" }
2727

2828
anyhow = "1.0"
2929
log = "0.4"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
> [!WARNING]
2-
> This is the `next` branch and contains unreleased changes. See [`v0.10.0`](https://github.com/explodingcamera/tinywasm/tree/v0.10.0) for the latest released version.
2+
> This is the `next` branch and contains changes for the 0.11 beta. See [`v0.10.0`](https://github.com/explodingcamera/tinywasm/tree/v0.10.0) for the latest stable version.
33
44
# <b>`tinywasm`</b>
55

@@ -19,7 +19,7 @@
1919

2020
```toml
2121
[dependencies]
22-
tinywasm = "0.10"
22+
tinywasm = "0.11.0-beta.0"
2323
```
2424

2525
## Usage

crates/wasi/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ repository.workspace = true
88
license.workspace = true
99
keywords = ["tinywasm", "wasi", "wasm", "webassembly"]
1010
categories = ["wasm"]
11-
publish = false
1211

1312
[dependencies]
1413
cap-fs-ext = "4.0.3"

crates/wasi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tinywasm-wasi
22

3-
Experimental WASI support for TinyWasm mainly targeting \*nix systems (Windows support is very limited). Currently unreleased.
3+
Experimental WASI support for TinyWasm mainly targeting \*nix systems (Windows support is very limited).
44

55
Some behavior is based on the Bytecode Alliance `wasi-common` and
66
`wasmtime-wasi` implementations.

0 commit comments

Comments
 (0)