You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now, we are using
extern include
in the standard library for IO functionality. We would like to inline the fileslibraries/llvm/io.ll
and alsolibraries/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.
The text was updated successfully, but these errors were encountered: