From b638c40a094263e69a301e60c773e30994dda50c Mon Sep 17 00:00:00 2001 From: Kadir Can Yildirim <252162627+kadircanyildirm-crypto@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:58:21 +0300 Subject: [PATCH] Fix the broken IR spec link in README src/SPEC.md was moved to docs/ir.md by #121; this reference was not updated with it, so the link 404s. Points at the Limitations heading the sentence refers to. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a2acf..71085f1 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ For more information about this command and basic WASI compilation, see [`spacew This Wasm interpreter imposes additional constraints beyond the WebAssembly 1.0 specification to support resource-constrained spacecraft environments. -See our [IR SPEC](./src/SPEC.md) for the full list of limitations. +See our [IR SPEC](./docs/ir.md#limitations) for the full list of limitations. These constraints enable deterministic memory usage and efficient execution in resource-constrained environments while maintaining compatibility with most standard WebAssembly modules.