We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3380e3 commit 5556e50Copy full SHA for 5556e50
proposals/tail-call/Overview.md
@@ -32,8 +32,8 @@ This can be applied to any form of call, that is:
32
* The proposal thus introduces a tail version of every call instruction
33
34
* An alternative scheme introducing a single instruction prefix applicable to every call instruction was considered but rejected by the CG
35
- - considerations: WebAssembly will likely get a few more call instructions in the future, e.g., `call_ref`
36
- - but instruction prefixes as modifiers re not used anywhere else in Wasm
+ - WebAssembly will likely get a few more call instructions in the future, e.g., `call_ref`
+ - otoh, instruction prefixes as modifiers are not used anywhere else in Wasm
37
38
39
### Execution
0 commit comments