Stream: git-wasmtime

Topic: wasmtime / PR #1654 Add wasmtime-specific C APIs for tables


view this post on Zulip Wasmtime GitHub notifications bot (May 04 2020 at 20:16):

alexcrichton opened PR #1654 from wasmtime-func-table-apis to master:

This commit adds a suite of wasmtime_funcref_table_* APIs which mirror
the standard APIs but have a few differences:

This was originally motivated by bytecodealliance/wasmtime-go#5 where
the current APIs we have for working with tables don't quite work. We
don't have a great way to take an anyref constructed from a Func and
get the Func back out, so for now this sidesteps those concerns while
we sort out the anyref story.

It's intended that once the anyref story has settled and the official C
API has updated we'll likely delete these wasmtime-specific APIs or
implement them as trivial wrappers around the official ones.

view this post on Zulip Wasmtime GitHub notifications bot (May 06 2020 at 17:38):

alexcrichton requested yurydelendik for a review on PR #1654.

view this post on Zulip Wasmtime GitHub notifications bot (May 13 2020 at 23:16):

sunfishcode merged PR #1654.


Last updated: Oct 23 2024 at 20:03 UTC