Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explodingcamera/tinywasm
/ from
Method
from
crates/tinywasm/src/error.rs:222–224 ·
view source on GitHub ↗
(value: LinkingError)
Source
from the content-addressed store, hash-verified
220
221
impl From<LinkingError> for Error {
222
fn from(value: LinkingError) -> Self {
223
Self::Linker(value)
224
}
225
}
226
227
impl From<TwasmError> for Error {
Callers
nothing calls this directly
Calls
2
Trap
Enum · 0.85
Parser
Class · 0.85
Tested by
no test coverage detected