Waputer is a online platform for developing and running applications in the browser. This repository contains public documentation for working with the Waputer ecosystem.
The blog is available both on Waputer itself and a mirror is located here on Github. It is updated regularly with the latest news on Waputer.
The hello world provides an extremely minimal example for compiling a C program and running it directly in the developer console on Waputer. Although not a recommended way to write programs, it provides a useful starting point to interact with the system at a low level. See c_hello_world for more details.
PL3 is the foundational language used for Waputer. This hello world example quickly gets the pl3 compiler set up and ready for building the example code. The language is a reimaged version of C, staying extremely simple and away from complicated runtimes and type systems. See pl3_hello_world for more details.