diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-04 21:08:27 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-04 21:08:27 +0200 |
| commit | 1cf50a22104ed075a08781321486e1cbf19fb7c6 (patch) | |
| tree | 315a2525fa01b30ebed16f7cd6802222ef9ccdeb /Cargo.toml | |
| parent | e2001ebe6ce6f1c5f3843feac772adf999dae873 (diff) | |
fix: intruction enum size regression
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ version="0.9.0-alpha.0" rust-version="1.90" edition="2024" license="MIT OR Apache-2.0" -authors=["Henry Gressmann <mail@henrygressmann.de>"] +authors=["Henry Gressmann <crates@henrygressmann.de>"] repository="https://github.com/explodingcamera/tinywasm" categories=["wasm", "no-std"] keywords=["tinywasm"] |
