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 , , , | Comments Off on Minimal Posit-92 Example

Posit-92 – Hello World

A very basic example of Posit-92

Posted in Posit-92 | Tagged , , , , | Leave a comment

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

Posted in Pascal + WebAssembly | Tagged , , , | Leave a comment