MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / from

Method from

crates/tinywasm/src/imports.rs:26–28  ·  view source on GitHub ↗
(value: Global)

Source from the content-addressed store, hash-verified

24
25impl From<Global> for Extern {
26 fn from(value: Global) -> Self {
27 Self::Global(value)
28 }
29}
30
31impl From<Table> for Extern {

Callers

nothing calls this directly

Calls 4

TableClass · 0.85
MemoryClass · 0.85
FunctionClass · 0.85
GlobalClass · 0.70

Tested by

no test coverage detected