import { type Config } from "https://deno.land/x/smoldot@light-js-deno-v0.7.9/instance/bindings-wasi.d.ts";
Properties
optional
instance: SmoldotWasmInstanceList of environment variables to feed to the Rust program. An array of strings.
Example: ["RUST_BACKTRACE=1", "RUST_LOG=foo"];
Must never be modified after the bindings have been initialized.