Skip to content

Commit 463a3a6

Browse files
feat: new tinywasm cli
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent 27004a8 commit 463a3a6

30 files changed

Lines changed: 1983 additions & 809 deletions

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ test-wasm-2="test --package tinywasm --test test-wasm-2 --release"
55
test-wasm-3="test --package tinywasm --test test-wasm-3 --release"
66
test-wast="test --package tinywasm --test test-wast"
77
test-wasm-custom="test --package tinywasm --test test-wasm-custom --release"
8+
cli="run -p tinywasm-cli --bin tinywasm --release --"
89

910
[target.x86_64-unknown-linux-gnu]
1011
rustflags=["-C", "target-cpu=x86-64-v3"]

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This release is a major runtime and API rework. It adds support for several newe
2020
- `engine::Config` support for fuel policy, stack sizing, memory backend selection, and trap-on-OOM behavior
2121
- New feature flags: `canonicalize-nans`, `simd-x86`, `guest-debug`, `debug`, and `parallel-parser`
2222
- Top-level parser re-exports behind the `parser` feature: `parse_bytes`, `parse_file`, and `parse_stream`
23+
- Completely new `tinywasm` cli
2324

2425
### Changed
2526

0 commit comments

Comments
 (0)