fasttime icon indicating copy to clipboard operation
fasttime copied to clipboard

look into wasmtimes newer async function interfaces

Open softprops opened this issue 4 years ago • 0 comments

see https://github.com/bytecodealliance/wasmtime/pull/2434

We current have to work around some of these limitations by using a separate future executor that blocks for a lack of these interfaces in the past. Let's see if we can leverage the newer interfaces to remove and local hacks

softprops avatar Feb 27 '21 06:02 softprops