mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Update WASM to PHP 8.4.4, and enable mbstring and XML extensions
This commit is contained in:
@@ -63,7 +63,7 @@ async function main() {
|
||||
document.querySelectorAll(".example .example-contents").forEach((example) => {
|
||||
const button = document.createElement("button");
|
||||
button.setAttribute("type", "button");
|
||||
const phpcode = example.querySelector(".phpcode");
|
||||
const phpcode = example.querySelector(".phpcode.annotation-interactive");
|
||||
if (phpcode === null) {
|
||||
return;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
BIN
js/php-web.wasm
BIN
js/php-web.wasm
Binary file not shown.
Reference in New Issue
Block a user