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

Avoid extern includes in standard library IO #611

Open
phischu opened this issue Sep 25, 2024 · 0 comments
Open

Avoid extern includes in standard library IO #611

phischu opened this issue Sep 25, 2024 · 0 comments

Comments

@phischu
Copy link
Collaborator

phischu commented Sep 25, 2024

Right now, we are using extern include in the standard library for IO functionality. We would like to inline the files libraries/llvm/io.ll and also libraries/js/io.js into the position where they are included. We could actually be more fine-grained and inline the parts of them closer to where they are used.

Moreover, we have to be more fine-grained with regard to what runs on node only versus in the web.

@phischu phischu changed the title Avoid extern includes Avoid extern includes in standard library IO Sep 25, 2024
b-studios added a commit that referenced this issue Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant