Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ wasm_foreign_new
Function
wasm_foreign_new
crates/c-api/src/ref.rs:181–183 ·
view source on GitHub ↗
(_store: &crate::wasm_store_t)
Source
from the content-addressed store, hash-verified
179
180
#[unsafe(no_mangle)]
181
pub extern
"C"
fn wasm_foreign_new(_store: &crate::wasm_store_t) -> Box<wasm_foreign_t> {
182
abort(
"wasm_foreign_new"
)
183
}
Callers
1
wasm.h
File · 0.85
Calls
1
abort
Function · 0.85
Tested by
no test coverage detected