WebAssembly / proposals

Tracking WebAssembly proposals
985 stars 56 forks source link

Add instructions for duplicating the top item / swapping top two items on the stack #161

Closed jfioasd closed 1 year ago

jfioasd commented 1 year ago

These can be helpful for quickly performing operations on the stack without extra usage of local variables.

titzer commented 1 year ago

There is some discussion in https://github.com/WebAssembly/design/issues/1381.