Runtime Environment

There are some differences between native and browser environments.

ItemNativeBrowser / WASM
Access to shared libraries
Access to file system
Memoryunlimited4 GB1
NetworkingAny TCP, UDPXHR, Web Sockets, QUIC
ThreadingOS threadsWeb Workers

Notes:

1 2 GB on Chrome – V8 JS implementation specific limit.