Stream: git-wasmtime

Topic: wasmtime / issue #1220 Missing a way to get access to was...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 09 2023 at 08:46):

bjorn3 commented on issue #1220:

I believe the wasi implementation now integrates seamlessly with wasmtime\_\*. Does it still make sense to keep this issue open?

view this post on Zulip Wasmtime GitHub notifications bot (Feb 09 2023 at 15:54):

alexcrichton commented on issue #1220:

Yes with wasmtime_linker_* and such I believe the integration as required is now implemented.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 09 2023 at 15:54):

alexcrichton closed issue #1220 (assigned to peterhuene):

For the new wasi.h we can create own wasi_instance_t* wasi_instance_new. But there is no away to access the wasm API using the wasi_instance_t handle. E.g. for getting the export table with wasm_instance_exports.

Seems like we need an API to get the wasi_instance_t from the wasi_instance_t. To avoid having to replicate all wasm APIs as wasi APIs.


Last updated: Nov 22 2024 at 16:03 UTC