WebAssembly/Instructions

From Lazarus wiki
Jump to navigationJump to search

This page is created because it's annoying to constantly jump around the official WebAssembly documentation.

The page requires careful review as official specs are updated

Instructions

Instruction Byte Code Semantic Notes
Control Instructions
unreachable $00
nop $01
block $02 blocktype ... $0B $0B is end
br labelidx
br_if labelidx
br_table vec(labelidxI) labelidx
return
call funcidx
call_indirect typeuse

See Also