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

Method state_mut

pulley/src/interp.rs:53–55  ·  view source on GitHub ↗

Get an exclusive reference to this VM's machine state.

(&mut self)

Source from the content-addressed store, hash-verified

51
52 /// Get an exclusive reference to this VM's machine state.
53 pub fn state_mut(&mut self) -> &mut MachineState {
54 &mut self.state
55 }
56
57 /// Call a bytecode function.
58 ///

Callers 1

assert_oneFunction · 0.80

Calls

no outgoing calls

Tested by 1

assert_oneFunction · 0.64