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

Method Linker

crates/c-api/include/wasmtime/linker.hh:30–30  ·  view source on GitHub ↗

Creates a new linker which will instantiate in the given engine.

Source from the content-addressed store, hash-verified

28
29 /// Creates a new linker which will instantiate in the given engine.
30 explicit Linker(Engine &engine) : ptr(wasmtime_linker_new(engine.capi())) {}
31
32 /// Configures whether shadowing previous names is allowed or not.
33 ///

Callers

nothing calls this directly

Calls 2

wasmtime_linker_newFunction · 0.85
capiMethod · 0.45

Tested by

no test coverage detected