MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / finish

Method finish

crates/parser/src/visit.rs:47–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45
46impl FunctionDataBuilder {
47 fn finish(self) -> WasmFunctionData {
48 WasmFunctionData {
49 v128_constants: self.v128_constants.into_boxed_slice(),
50 branch_table_targets: self.branch_table_targets.into_boxed_slice(),
51 }
52 }
53}
54struct ValidateThenVisit<'a, R: WasmModuleResources>(&'a mut FunctionBuilder<R>);
55

Callers 8

criterion_benchmarkFunction · 0.80
criterion_benchmarkFunction · 0.80
fmtMethod · 0.80
fmtMethod · 0.80
fmtMethod · 0.80
fmtMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected