Stream: wasmtime

Topic: async c api


view this post on Zulip Cheng Shao (Mar 23 2022 at 14:46):

Is it possible to expose the async import functionality via the c api? There's no native "async function" in c, but maybe it can be expressed by passing explicit fulfill callback functions.

view this post on Zulip Alex Crichton (Mar 23 2022 at 14:49):

at this time there's no way to do async with the C API. There's nothing necessarily fundamental per-se but we'd have to figure out how to model async in the C API which is probably nontrivial


Last updated: Nov 22 2024 at 16:03 UTC