return
return returns from a function. If there's a value left on the stack, it returns that value; otherwise it returns nothing/void.
Syntax
f32.const 4.3
return
| Instruction | Binary opcode |
|---|---|
return |
0x0f |
return returns from a function. If there's a value left on the stack, it returns that value; otherwise it returns nothing/void.
f32.const 4.3
return
| Instruction | Binary opcode |
|---|---|
return |
0x0f |