Can a world set an export as entry function so the runtime knows where to start?
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: Apr 07 2025 at 04:04 UTC