WebAssembly64 lets Unity Web builds grow the WebAssembly heap up to 16 GB by using the WebAssembly Memory64 extension. Although 64-bit pointers allow a much larger address space, Unity Web builds are currently limited to 16 GB by the WebAssembly JavaScript API specification.
Use WebAssembly64 only if your application requires more than 4 GB of memory. This feature can increase code size and runtime overhead.
Note: Using WebAssembly64 support automatically enables WebAssembly 2023.
| Topic | Description |
|---|---|
| Prerequisites for WebAssembly64 | Learn what browser you need to use WebAssembly64. |
| Enable WebAssembly64 | Enable WebAssembly64 so Unity Web builds can use up to 16 GB of memory. |