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

Method writable

winch/codegen/src/masm.rs:256–258  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

254
255 #[inline]
256 pub fn writable(&self) -> WritableReg {
257 writable!(self.0)
258 }
259}
260
261/// Kinds of integer binary comparison in WebAssembly. The [`MacroAssembler`]

Callers 15

memmoveMethod · 0.45
zero_mem_rangeMethod · 0.45
check_stackMethod · 0.45
wasm_loadMethod · 0.45
addMethod · 0.45
subMethod · 0.45
mulMethod · 0.45
float_copysignMethod · 0.45
float_negMethod · 0.45
float_absMethod · 0.45
andMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected