Stream: git-wasmtime

Topic: wasmtime / issue #2895 C API: some functions are unimplem...


view this post on Zulip Wasmtime GitHub notifications bot (May 13 2021 at 15:46):

alexcrichton commented on issue #2895:

Thanks for the report! I'll look to update this documentation in https://github.com/bytecodealliance/wasmtime/pull/2897 as I touch a whole bunch of other docs too.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2021 at 21:34):

alexcrichton commented on issue #2895:

I think this was fixed in #2897

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2021 at 21:34):

alexcrichton closed issue #2895:

The following functions in C API are actually not implemented in rust, but not marked as unimplemented in the documentation. This may cause linker errors when downstream bindings try to consume the headers and emit foreign function declarations.

wasm_frame_copy
wasm_func_as_extern_const
wasm_global_as_extern_const
wasm_table_as_extern_const
wasm_memory_as_extern_const


Last updated: Oct 23 2024 at 20:03 UTC