diff options
Diffstat (limited to 'examples/rubyvm-on-php-on-wasm/php-wasm.php')
| -rw-r--r-- | examples/rubyvm-on-php-on-wasm/php-wasm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rubyvm-on-php-on-wasm/php-wasm.php b/examples/rubyvm-on-php-on-wasm/php-wasm.php index b86c6a2..73c0f19 100644 --- a/examples/rubyvm-on-php-on-wasm/php-wasm.php +++ b/examples/rubyvm-on-php-on-wasm/php-wasm.php @@ -2,7 +2,7 @@ declare(strict_types=1); -require_once __DIR__ . '/vendor/autoload.php'; +require_once __DIR__ . '/../../vendor/autoload.php'; use Nsfisis\Waddiwasi\Stream\FileStream; use Nsfisis\Waddiwasi\WebAssembly\BinaryFormat\Decoder; |
