-
Notifications
You must be signed in to change notification settings - Fork 308
Closed
Labels
discussionA discussion that doesn't yet have a specific conclusion or actionable proposal.A discussion that doesn't yet have a specific conclusion or actionable proposal.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
discussionA discussion that doesn't yet have a specific conclusion or actionable proposal.A discussion that doesn't yet have a specific conclusion or actionable proposal.