Closed
Description
Currently WASI program are launched by calling a function named _start
. This is the name that C compilers have historically used. It's an option question whether we should just use the wasm start function rather than having an export with a designated name. However, as long as _start
is not the wasm start function, it'd be good to use a different name to avoid confusion.