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

Method ptr_type

winch/codegen/src/codegen/env.rs:176–178  ·  view source on GitHub ↗

Derive the [`WasmType`] from the pointer size.

(&self)

Source from the content-addressed store, hash-verified

174
175 /// Derive the [`WasmType`] from the pointer size.
176 pub(crate) fn ptr_type(&self) -> WasmValType {
177 self.ptr_type
178 }
179
180 /// Resolves a [`Callee::FuncRef`] from a type index.
181 pub(crate) fn funcref(&mut self, idx: TypeIndex) -> Callee {

Callers 15

visit_memory_growMethod · 0.45
visit_ref_nullMethod · 0.45
visit_ref_is_nullMethod · 0.45
emit_prologueMethod · 0.45
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