Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ abort
Function
abort
crates/c-api/src/lib.rs:160–163 ·
view source on GitHub ↗
(name: &str)
Source
from the content-addressed store, hash-verified
158
}
159
160
pub(crate) fn abort(name: &str) -> ! {
161
eprintln!(
"`{name}` is not implemented"
);
162
std::process::abort();
163
}
Callers
15
unwrap
Function · 0.85
wasmtime_memory_image_map_at
Function · 0.85
wasmtime_memory_image_free
Function · 0.85
mutex_lazy_init
Function · 0.85
rwlock_lazy_init
Function · 0.85
abort_on_republish_error
Function · 0.85
drop
Method · 0.85
abort_stack_overflow
Function · 0.85
after_fork_in_child
Function · 0.85
handler_thread
Function · 0.85
drop
Method · 0.85
wasm_ref_same
Function · 0.85
Calls
no outgoing calls
Tested by
3
unwrap
Function · 0.68
unwrap
Function · 0.68
unwrap
Function · 0.68