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

Method content

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

Returns the value type of this global descriptor.

(&self)

Source from the content-addressed store, hash-verified

2979
2980 /// Returns the value type of this global descriptor.
2981 pub fn content(&self) -> &ValType {
2982 &self.content
2983 }
2984
2985 /// Returns whether or not this global is mutable.
2986 pub fn mutability(&self) -> Mutability {

Callers 11

default_valueMethod · 0.45
_serializeMethod · 0.45
_newMethod · 0.45
_getMethod · 0.45
_setMethod · 0.45
trace_rootMethod · 0.45
generate_global_exportFunction · 0.45
make_api_callsFunction · 0.45
exported_globalsMethod · 0.45

Calls

no outgoing calls

Tested by 1