Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove the _start exported function #116

Closed
radkomih opened this issue Jun 5, 2023 · 0 comments · Fixed by #117
Closed

remove the _start exported function #116

radkomih opened this issue Jun 5, 2023 · 0 comments · Fixed by #117
Assignees

Comments

@radkomih
Copy link
Collaborator

radkomih commented Jun 5, 2023

There is no need to export and call "_start" (it is also not expected from the host to support that), since it is the host allocator's responsibility to initialize and grow the heap as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant