Stream: wit-bindgen

Topic: entry point guest code


view this post on Zulip Emiel Van Severen (Jul 20 2023 at 18:30):

Can a world set an export as entry function so the runtime knows where to start?

view this post on Zulip Lann Martin (Jul 20 2023 at 18:33):

There is no such thing as an entry point for worlds in general. The WASI "command" world defines a run function: https://github.com/bytecodealliance/wasmtime/blob/main/crates/wasi/wit/deps/preview/command.wit


Last updated: Oct 23 2024 at 20:03 UTC