This project is used to demonstrate how to create a playground for many different lanugages which is hard to implement purely in client side. It contains scripts to build all related languages (include compilers and build systems) into wasm and run them in a in-memory file system. You can run those languages in a webpage without any server side support.
- Install Docker
- Run
makein the root directory of this project
There are a few targets in the Makefile:
make clangto build clang and llvm toolchains into a single binary filemake clang-formatto build clang-formatmake pythonto build cpython