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

Make most/all hostcalls optional #56

Open
PiotrSikora opened this issue Oct 3, 2024 · 0 comments
Open

Make most/all hostcalls optional #56

PiotrSikora opened this issue Oct 3, 2024 · 0 comments

Comments

@PiotrSikora
Copy link
Member

Currently, the ABI is enforced at linking time, which means that all hostcalls must be exported by the host. Theoretically, compilers should optimize away the unused hostcalls, but that hasn't be the case, which broke our ability to add new features without releasing new ABI versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant