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 interpreter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ When running scripts, the interpreter predefines a simple host module named `"sp
(func (export "print_f64_f64") (param f64 f64))
)
```
The `print` functions are assumes to print their respective argument values to stdout (followed by a newline) and can be used to produce observable output.
The `print` functions are assumed to print their respective argument values to stdout (followed by a newline) and can be used to produce observable output.

Note: This module predates the `register` command and should no longer be needed for new tests.
We might remove it in the future, so consider it deprecated.
Expand Down