Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 3e58e98

Browse files
docs: archive notice
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
1 parent 6455112 commit 3e58e98

File tree

3 files changed

+32
-29
lines changed

3 files changed

+32
-29
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde={version="1.0", features=["derive"]}
1919

2020
[workspace.package]
2121
version="0.9.0-alpha.0"
22-
rust-version="1.88"
22+
rust-version="1.90"
2323
edition="2024"
2424
license="MIT OR Apache-2.0"
2525
authors=["Henry Gressmann <mail@henrygressmann.de>"]

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!NOTE]
2+
> TinyWasm is currently on pause and not actively developed. _Eventually_ this may change but for now it is archived (as of October 2025).
3+
14
<div>
25
<div>
36
<a href=""><img align="left" src="https://raw.githubusercontent.com/explodingcamera/tinywasm/main/tinywasm.png" width="100px"></a>
@@ -22,7 +25,7 @@ TinyWasm passes all WebAssembly MVP tests from the [WebAssembly core testsuite](
2225

2326
## Safety
2427

25-
Safety wise, TinyWasm doesn't use any unsafe code and is designed to be completly memory-safe. Untrusted WebAssembly code should not be able to crash the runtime or access memory outside of its sandbox, however currently there is no protection against infinite loops or excessive memory usage. Unvalidated Wasm and untrusted, precompilled twasm bytecode is safe to run too but can crash the runtime.
28+
Safety wise, TinyWasm doesn't use any unsafe code and is designed to be completely memory-safe. Untrusted WebAssembly code should not be able to crash the runtime or access memory outside of its sandbox, however currently there is no protection against infinite loops or excessive memory usage. Unvalidated Wasm and untrusted, precompilled twasm bytecode is safe to run too but can crash the runtime.
2629

2730
## Supported Proposals
2831

0 commit comments

Comments
 (0)