Stream: git-wasmtime

Topic: wasmtime / Issue #737 No apparent way to specify imports ...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 06 2020 at 23:54):

peterhuene transferred Issue #737:

Looking at the create_wasi_instance function, it doesn't accept a list of imports. While the main use case for WASI might be to access the low-level syscalls supported by the interface, we should still be able to build WASI modules that import from the runtime host. The ability to specify imports for a WASI module is a feature that's available on other runtimes.

Is there a way using existing public functions to configure imports for a WASI module?


Last updated: Oct 23 2024 at 20:03 UTC