alexcrichton opened PR #1404 from more-c-api to master:
Fill out missing
wasm_{memory,table}_typeAPIs and don't panic on the
wasm_externtype_as_*type_constAPIs and opt for returning a null
pointer instead.
yurydelendik submitted PR Review.
yurydelendik submitted PR Review.
yurydelendik created PR Review Comment:
pub unsafe extern "C" fn wasm_memory_type(m: *const wasm_memory_t) -> *mut wasm_memorytype_t {
alexcrichton updated PR #1404 from more-c-api to master:
Fill out missing
wasm_{memory,table}_typeAPIs and don't panic on the
wasm_externtype_as_*type_constAPIs and opt for returning a null
pointer instead.
alexcrichton merged PR #1404.
Last updated: Dec 06 2025 at 06:05 UTC