wasmerio / docs.wasmer.io

The Wasmer Docs Website (website deployed using Wasmer Edge)

Home Page:https://docs.wasmer.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update: Runtime Configuration

dynamite-bud opened this issue · comments

commented

Update Wasmer.toml configuration to accommodate the following fields in [command.annotations.wasi]:

  • main-args
  • env

Both of these are now used in Python example too.

  1. Main args are the set of commands passed to the wasi runner
  2. Env are the set of environment variables passed to the wasi runner