Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update WASI example to use shared
Wasi::add_to_config
.
This commit updates the WASI example to use `Wasi::add_to_config`. As only a single store and instance are used in the example, it has no semantic difference from the previous example, but the intention is to steer users towards defining WASI on the config and only using `Wasi::add_to_linker` when more explicit scoping of the WASI context is required.
- Loading branch information