MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / preprocess

Method preprocess

crates/go/src/lib.rs:727–731  ·  view source on GitHub ↗
(&mut self, resolve: &Resolve, world: WorldId)

Source from the content-addressed store, hash-verified

725 }
726
727 fn preprocess(&mut self, resolve: &Resolve, world: WorldId) {
728 _ = world;
729 self.sizes.fill(resolve);
730 self.imports.insert(remote_pkg("runtime"));
731 }
732
733 fn import_interface(
734 &mut self,

Callers

nothing calls this directly

Calls 2

remote_pkgFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected