Michaël Van Canneyt 831e6c6d75 * API to collect locale settings from browser пре 4 месеци
..
http 3b0d2b329a * Webassembly HTTP request API пре 1 година
locale 831e6c6d75 * API to collect locale settings from browser пре 4 месеци
messagechannel ae7141fb81 * Message handler should be "of object" пре 5 месеци
regexp 9600b5276a * Add license header пре 1 година
storage 17ae93f916 * Demo for storage пре 6 месеци
timer 7b213bb4e6 * Store session info only for project files пре 1 година
websocket 7f682589c7 * Fix compilation пре 1 година
README.md 334102e391 * Add timer API and demo пре 1 година

README.md

Assorted Webassembly utility routine demos

For the Timer, HTTP and Websocket demos, you need also the corresponding host application which will load the demo and provide the needed APIs.

They are contained in the Pas2JS demos under

demos/wasienv/timer

for the timer host, the http host is located under

demos/wasienv/wasm-http 

and the websocket host is in

demos/wasienv/wasm-websocket

respectively.

For the websocket demo, additionally the websocket server program in

packages/fcl-web/examples/websocket/server

is needed, since this is the websocket server that the demo program will connect to.

For the regexp demo, you need the corresponding pas2js host program

demos/wasienv/regexp