[fpc-pascal] [Lazarus] Running FPC in the browser...
Wayne Sherman
wsherman at gmail.com
Sun Oct 29 02:26:05 CEST 2023
On Sun, Oct 22, 2023 at 3:20 AM Michael Van Canneyt wrote:
> Thanks to the efforts of Nikolay Nikolov, the FPC compiler can now recompile
> itself to webassembly
I just watched an interesting talk from StrangeLoop called:
"Inside the Wizard Research Engine" by Ben L. Titzer
https://www.youtube.com/watch?v=43ENxjq2Vhc
The Wizard Research Engine is a WASM interpreter for research and
analysis that can help compiler and program writers analyze and debug
their code. It can be used to perform WASM code coverage, branch
profiling, memory/cache profiling, dynamic call graph construction,
debug breakpoints, watchpoint, tracing and fuzzing and fault
injection. (see talk @ 11:14 and 13:54)
Wizard: An advanced WebAssembly Engine for Research
https://github.com/titzer/wizard-engine
More information about the fpc-pascal
mailing list