You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncompressed php.wasm is 5MB, gzipped one is 1.8MB. Not every host supports gzip for .wasm files so let's ship a custom php_wasm.php script that serves a gzipped version of the .wasm file. It should compress it on the first request.
Done is:
Interactive code block only downloads a gzipped version of the php.wasm file
The text was updated successfully, but these errors were encountered:
Related to interactive code block.
Uncompressed php.wasm is 5MB, gzipped one is 1.8MB. Not every host supports gzip for
.wasm
files so let's ship a customphp_wasm.php
script that serves a gzipped version of the.wasm
file. It should compress it on the first request.Done is:
php.wasm
fileThe text was updated successfully, but these errors were encountered: