Stream: git-wasmtime

Topic: wasmtime / PR #1404 Expand the C API slightly


view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2020 at 19:54):

alexcrichton opened PR #1404 from more-c-api to master:

Fill out missing wasm_{memory,table}_type APIs and don't panic on the
wasm_externtype_as_*type_const APIs and opt for returning a null
pointer instead.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2020 at 20:01):

yurydelendik submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2020 at 20:01):

yurydelendik submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2020 at 20:01):

yurydelendik created PR Review Comment:

pub unsafe extern "C" fn wasm_memory_type(m: *const wasm_memory_t) -> *mut wasm_memorytype_t {

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2020 at 20:08):

alexcrichton updated PR #1404 from more-c-api to master:

Fill out missing wasm_{memory,table}_type APIs and don't panic on the
wasm_externtype_as_*type_const APIs and opt for returning a null
pointer instead.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2020 at 21:12):

alexcrichton merged PR #1404.


Last updated: Oct 23 2024 at 20:03 UTC