From 3e58e9846fe613f34e72d040463be5ab7e191e8b Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Fri, 3 Oct 2025 20:49:46 +0200 Subject: docs: archive notice Signed-off-by: Henry Gressmann --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 27eb8f5..ee1028f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!NOTE] +> TinyWasm is currently on pause and not actively developed. _Eventually_ this may change but for now it is archived (as of October 2025). +
@@ -22,7 +25,7 @@ TinyWasm passes all WebAssembly MVP tests from the [WebAssembly core testsuite]( ## Safety -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. +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. ## Supported Proposals -- cgit v1.3.1