diff options
Diffstat (limited to 'examples/hello-world/index.php')
| -rw-r--r-- | examples/hello-world/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello-world/index.php b/examples/hello-world/index.php index 74989a3..18e7ae7 100644 --- a/examples/hello-world/index.php +++ b/examples/hello-world/index.php @@ -13,7 +13,7 @@ use Nsfisis\Waddiwasi\WebAssembly\Execution\Store; use Nsfisis\Waddiwasi\WebAssembly\Structure\Types\FuncType; use Nsfisis\Waddiwasi\WebAssembly\Structure\Types\ValType; -$wasmBinary = ("" +$wasmBinary = ('' . "\x00\x61\x73\x6d\x01\x00\x00\x00\x01\x08\x02\x60\x00\x00\x60\x01" . "\x7f\x00\x02\x09\x01\x00\x04\x70\x75\x74\x63\x00\x01\x03\x02\x01" . "\x00\x07\x08\x01\x04\x6d\x61\x69\x6e\x00\x01\x0a\x46\x01\x44\x00" |
