-
Recent Posit-92 Posts
-
Recent Posts
Tag Archives: webassembly
Minimal Posit-92 Example
In this page, I can show how easy it is to start programming games with Posit-92 Wasm How it looks like (including the game loop): You can either use Pascal or C++ to accomplish this The difference here is that … Continue reading
Posted in Posit-92
Tagged C++, posit-92, tutorials, webassembly
Comments Off on Minimal Posit-92 Example
Posit-92 – Hello World
A very basic example of Posit-92
Hello Canvas – Getting Started with Pascal & WebAssembly
This tutorial will guide you through how to setup Pascal targeting WebAssembly without using Pas2JS — pure Pascal code directly compiled to WASM Why does this guide exist? It’s because I find so many outdated documentations — many of them … Continue reading