-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[browser] move files around #92429
[browser] move files around #92429
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
727913b
to
8c0ac57
Compare
I guess this is going to conflict with #91699 |
# Conflicts: # src/mono/wasm/runtime/core/http.ts
It was not that bad :) |
What about splitting the code by module?
What about moving typescript/js code to a separate folde (like client/client-side)? |
That's exactly the idea, and we could do better than I did so far. I did Rename of |
I need to work on something else ... maybe later |
Introducing directories
core
jiterpreter
interop
and moving TS files into them.