HEX
Server: PHP/8.3.21 (Development Server)
System: wasi wasmer.sh 0.0.0 0.0.0 wasm32
User: (0)
PHP: 8.3.21
Disabled: NONE
Upload Files
File: //app/wasmer/plugins/wasmer/tests/wp-blueprint.json
{
    "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    "steps": [
        {
            "step": "writeFile",
            "path": "/var/www/html/wp-content/mu-plugins/wasmer-env-vars.php",
            "data": "<?php\nputenv(\"WASMER_GRAPHQL_URL=http://localhost:4000/graphql\");\nputenv(\"WASMER_APP_ID=abc\");"
        },
        {
            "step": "runPHP",
            "code": "<?php require_once 'wp-load.php'; require_once ABSPATH . WPINC . '/update.php'; wp_version_check( [], true ); ?>"
        }
    ]
}