Skip to content

Make most/all hostcalls optional #56

New issue

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

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

Already on GitHub? # to your account

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
Milestone

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.

@PiotrSikora PiotrSikora added this to the v0.3.0 milestone Jan 9, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant