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

Method concrete_from_dt

cranelift/reader/src/parser.rs:606–608  ·  view source on GitHub ↗

Extract Type from DynamicType

(&mut self, dt: DynamicType, ctx: &mut Context)

Source from the content-addressed store, hash-verified

604
605 // Extract Type from DynamicType
606 fn concrete_from_dt(&mut self, dt: DynamicType, ctx: &mut Context) -> Option<Type> {
607 ctx.function.get_concrete_dynamic_ty(dt)
608 }
609
610 // Match and consume a global value reference.
611 fn match_gv(&mut self, err_msg: &str) -> ParseResult<GlobalValue> {

Callers 1

parse_instructionMethod · 0.80

Calls 1

Tested by

no test coverage detected