Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 676 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 676 Bytes

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.