MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / br_tables

Method br_tables

pulley/src/disas.rs:71–74  ·  view source on GitHub ↗

Whether to include branch tables in the disassembly. True by default.

(&mut self, enable: bool)

Source from the content-addressed store, hash-verified

69 ///
70 /// True by default.
71 pub fn br_tables(&mut self, enable: bool) -> &mut Self {
72 self.br_tables = enable;
73 self
74 }
75
76 /// Configures the offset that this function starts from, if it doesn't
77 /// start from 0.

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected