Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading