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.
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