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

Function construction

cranelift/interpreter/src/frame.rs:135–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133
134 #[test]
135 fn construction() {
136 let func = empty_function();
137 // Construction should not fail.
138 Frame::new(&func);
139 }
140
141 #[test]
142 fn assignment_and_retrieval() {

Callers

nothing calls this directly

Calls 2

empty_functionFunction · 0.85
newFunction · 0.50

Tested by

no test coverage detected