Soberly defines binary values described in the WASM binary specifications such as opcodes.
Soberly defines binary values described in the WASM binary specifications such as opcodes.
"Miscellaneous" opcode. Operation is determined by reading the next u32
following this value.
"Miscellaneous" opcode. Operation is determined by reading the next `u32` following this value.
Map of binary value
to Clojure symbol
corresponding to the "non-terminal"
symbols described in the WASM binary specification.
Only for opcodes which:
Map of `binary value` to `Clojure symbol` corresponding to the "non-terminal" symbols described in the WASM binary specification. Only for opcodes which: - Have any kind of immediate(s) - Is not 0xFC (the "misc" opcode that leads to a second-level opcode
Map of **immediate** to the [[misc]] opcode
to Clojure symbols
, akin
to opcode-main->opsym
.
Map of `**immediate** to the [[misc]] opcode` to `Clojure symbols`, akin to [[opcode-main->opsym]].
(section-id? section-id)
Is this a valid section id?
Is this a valid section id?
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close