MCPcopy 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
160pub(crate) fn abort(name: &str) -> ! {
161 eprintln!("`{name}` is not implemented");
162 std::process::abort();
163}

Callers 15

unwrapFunction · 0.85
mutex_lazy_initFunction · 0.85
rwlock_lazy_initFunction · 0.85
abort_on_republish_errorFunction · 0.85
dropMethod · 0.85
abort_stack_overflowFunction · 0.85
after_fork_in_childFunction · 0.85
handler_threadFunction · 0.85
dropMethod · 0.85
wasm_ref_sameFunction · 0.85

Calls

no outgoing calls

Tested by 3

unwrapFunction · 0.68
unwrapFunction · 0.68
unwrapFunction · 0.68