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

Method push_table

crates/wizer/src/info.rs:106–108  ·  view source on GitHub ↗

Push a new table into this module's table index space.

(&mut self, table_type: wasmparser::TableType)

Source from the content-addressed store, hash-verified

104
105 /// Push a new table into this module's table index space.
106 pub(crate) fn push_table(&mut self, table_type: wasmparser::TableType) {
107 self.tables.push(table_type);
108 }
109
110 /// Push a new import into this module.
111 pub(crate) fn push_import(&mut self, import: wasmparser::Import<'a>) {

Callers 2

table_sectionFunction · 0.45
push_importMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected