/wasm-demo

Free Pascal WebAssembly Examples

Primary LanguageJavaScript

wasm-demo

This repo contains demos of working with WebAssembly in Pascal.

Demos

  • lyff - Reworked demonstration of Conway's game of life by Pierce Ng (@PierceNg), based on the original by Dmitry Boyarintsev (@skalogryz).

  • lyff-v2 - Revised lyff; in this version, the web user interface is implemented in Pascal and transpiled to Javascript.

Free Pascal WebAssembly Compiler

See Free Pascal wiki page on setting up the FPC WebAssembly compiler.

Free Pascal pas2js Transpiler

See Free Pascal wiki page for information on pas2js.