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

Method emit_bool

cranelift/isle/isle/src/codegen.rs:1162–1168  ·  view source on GitHub ↗
(
        &self,
        ctx: &mut BodyContext<W>,
        val: bool,
    )

Source from the content-addressed store, hash-verified

1160 }
1161
1162 fn emit_bool<W: Write>(
1163 &self,
1164 ctx: &mut BodyContext<W>,
1165 val: bool,
1166 ) -> Result<(), std::fmt::Error> {
1167 write!(ctx.out, "{val}")
1168 }
1169
1170 fn emit_int<W: Write>(
1171 &self,

Callers 2

emit_exprMethod · 0.80
emit_constraintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected