diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-13 21:46:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-13 21:46:16 +0900 |
| commit | 402d690243533cc1d1e164da1d44b8d913574aa8 (patch) | |
| tree | 8cc508016556ce327c3330fa2c226d62f94d1b40 /examples/rubyvm-on-php-on-wasm/php-wasm.php | |
| parent | 45104a43293c4344074b4abc8cc5e279a1e78fba (diff) | |
| download | php-waddiwasi-402d690243533cc1d1e164da1d44b8d913574aa8.tar.gz php-waddiwasi-402d690243533cc1d1e164da1d44b8d913574aa8.tar.zst php-waddiwasi-402d690243533cc1d1e164da1d44b8d913574aa8.zip | |
feat: simplify structure of examples/rubyvm-on-php-on-wasm
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; |
