Skip to content

Commit

Permalink
seo friendly
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Apr 13, 2022
1 parent 4d5177d commit a6b4f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/multi-value/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

* Inputs to blocks:
- loop labels can have arguments
- can represent phis on backward edges
- can represent (SSA) phi nodes on backward edges
- enable future `pick` operator to cross block boundary
- macro definability of instructons with inputs
* `i32.select3` = `dup if ... else ... end`
Expand Down Expand Up @@ -78,7 +78,7 @@ Conditionally manipulating a stack operand without using a local.
)
```

An iterative factorial function whose loop doesn't use locals, but uses arguments like phis.
An iterative factorial function whose loop uses arguments similar to an SSA phi function instead of locals.
```wasm
(func $pick0 (param i64) (result i64 i64)
(local.get 0) (local.get 0)
Expand Down

0 comments on commit a6b4f0b

Please sign in to comment.