Difference between revisions of "WebAssembly/Globals"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "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,...")
 
Line 1: Line 1:
 
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.
 
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 ==
  
 
[[Category:WebAssembly]]
 
[[Category:WebAssembly]]

Revision as of 14:16, 22 July 2022

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