Supporting pugixml through xeus-cpp-lite #658
Replies: 2 comments 2 replies
-
Basically what I am trying to convey is that as a part of running C++ completely in the browser, we also support running pugixml (hopefully completely) please play around with it here on our static link. We have hosted xeus-cpp-lite here (https://compiler-research.org/xeus-cpp/lab/index.html) ... we currently support c++20 Hopefully there shouldn't be any issues. But if you find some. Please report them here https://github.com/compiler-research/xeus-cpp/issues Maybe you can also add a link for anyone interested to try it out as a part of the readme, if you think stuff works as expected :) Thank you ! |
Beta Was this translation helpful? Give feedback.
-
Gentle ping @zeux |
Beta Was this translation helpful? Give feedback.
-
Hey @zeux
Here's something you might like. Now users can run pugixml code in the form of a REPL completely in the browser and can skip any setup required.
Some context:
Xeus-cpp-lite is Xeus-cpp + JupyterLite
Xeus-cpp is a jupyter kernel for writing C++ code and uses the clang-repl interpreter by LLVM
JupyterLite is a JupyterLab distribution that runs entirely in the browser built from the ground-up using JupyterLab components and extensions.
I maintain both these repos and we also use pugixml quite a bit for xeus-cpp.
That being said, Xeus-cpp-lite enables running C++ completely in the browser (no setup needed) and hence we also support running pugixml along with it.
Some examples
Here's trying something similar to what's in the readme
Beta Was this translation helpful? Give feedback.
All reactions