WebAssembly/Globals

From Free Pascal wiki
Revision as of 14:16, 22 July 2022 by Nickysn (talk | contribs)
Jump to navigationJump to search

WebAssembly supports a feature, called "global variables" or just "globals". They differ from global variables in Pascal. This page discusses the possibility of extending FPC, in order to be able to declare WebAssembly globals from Pascal code.

Differences between Pascal global variables and WebAssembly globals