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

Method finish

crates/environ/src/module_artifacts.rs:234–236  ·  view source on GitHub ↗

Finish construction of the `CompiledFunctionsTable`.

(self)

Source from the content-addressed store, hash-verified

232
233 /// Finish construction of the `CompiledFunctionsTable`.
234 pub fn finish(self) -> CompiledFunctionsTable {
235 self.inner
236 }
237}
238
239#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, Serialize, Deserialize)]

Callers 2

make_test_tableFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected