Stream: git-wasmtime

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


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

TerrorJack opened 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