From 402d690243533cc1d1e164da1d44b8d913574aa8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 13 Jul 2024 21:46:16 +0900 Subject: feat: simplify structure of examples/rubyvm-on-php-on-wasm --- examples/rubyvm-on-php-on-wasm/php-wasm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rubyvm-on-php-on-wasm/php-wasm.php') 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; -- cgit v1.2.3-70-g09d2