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

Method table

winch/codegen/src/codegen/env.rs:318–320  ·  view source on GitHub ↗

Get a [`Table`] from a [`TableIndex`].

(&mut self, index: TableIndex)

Source from the content-addressed store, hash-verified

316
317 /// Get a [`Table`] from a [`TableIndex`].
318 pub fn table(&mut self, index: TableIndex) -> &Table {
319 &self.translation.module.tables[index]
320 }
321
322 /// Returns true if Spectre mitigations are enabled for heap bounds check.
323 pub fn heap_access_spectre_mitigation(&self) -> bool {

Callers 3

emit_table_getMethod · 0.45
emit_table_setMethod · 0.45
emit_table_growMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected