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: Dec 23 2024 at 12:05 UTC