diff --git a/demo/wasienv/memutils/index.html b/demo/wasienv/memutils/index.html index 9950eae..3427233 100644 --- a/demo/wasienv/memutils/index.html +++ b/demo/wasienv/memutils/index.html @@ -26,7 +26,10 @@
-

FPC compiled wasm program console output:

+

Wasm & Host program console output:

+ Both the webassembly program and the host program in JS track the + growing of webassembly linear memory. They both log a line when the + memory array is resized.
@@ -35,8 +38,8 @@

Created using   pas2js.

-

Pas2JS Sources:   Pas2JS Program

-

Webassembly Sources:   FPC Program

+

Pas2JS Sources:   Pas2JS Program

+

Webassembly Sources:   FPC Program