Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
impl From<Global> for Extern {
26
fn from(value: Global) -> Self {
27
Self::Global(value)
28
}
29
}
30
31
impl From<Table> for Extern {
Callers
nothing calls this directly
Calls
4
Table
Class · 0.85
Memory
Class · 0.85
Function
Class · 0.85
Global
Class · 0.70
Tested by
no test coverage detected