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

Method module

crates/wasmtime/src/runtime/types.rs:3568–3570  ·  view source on GitHub ↗

Returns the module name that this import is expected to come from.

(&self)

Source from the content-addressed store, hash-verified

3566
3567 /// Returns the module name that this import is expected to come from.
3568 pub fn module(&self) -> &'module str {
3569 self.module
3570 }
3571
3572 /// Returns the field name of the module that this import is expected to
3573 /// come from.

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected