So Chrome is written in C++... #20024
Closed
Tennessene
started this conversation in
General
Replies: 1 comment 1 reply
-
There is much more to a computing platform than just the programming language. The programming language is a rather small part. Like you already noticed, networking interfaces are one thing. Beyond that, multiprocessing, blocking execution model, synchronous thread signaling and memory virtualization and protection are other aspects that come to mind that do not exist in WebAssembly for parity. After that, there are a number of different specific API areas that have limitations or differences. Though on a large number of those areas, one could probably refactor the codebase to make ends meet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe you see where I'm going here. Has it ever occurred to you that -- theoretically, you could make a web browser inside of a web browser by compiling Chrome's source code? I don't know, but for some reason, I have an urge to try it out. It would be a crazy little project, but everyone likes to have fun with stuff. Chrome inside of Chrome sounds cool, but it also sounds like it wouldn't work.
Would this even be possible? How would networking even work? Let me know what you think
Beta Was this translation helpful? Give feedback.
All reactions