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

Method preprocess

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

Source from the content-addressed store, hash-verified

96 }
97
98 fn preprocess(&mut self, resolve: &Resolve, world: WorldId) {
99 let _ = (resolve, world);
100 }
101
102 fn import_interface(
103 &mut self,

Callers 1

generateMethod · 0.45

Implementers 7

lib.rscrates/markdown/src/lib.rs
lib.rscrates/cpp/src/lib.rs
lib.rscrates/rust/src/lib.rs
lib.rscrates/go/src/lib.rs
world_generator.rscrates/csharp/src/world_generator.rs
lib.rscrates/moonbit/src/lib.rs
lib.rscrates/c/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected