-
Notifications
You must be signed in to change notification settings - Fork 313
Rename _start #19
Copy link
Copy link
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.
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.
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_startis not the wasm start function, it'd be good to use a different name to avoid confusion.