aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8d8909b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# Waddiwasi
+
+This is a WebAssembly runtime written in pure PHP.
+
+
+
+# Examples
+
+## PHP on Wasm
+
+The PHP runtime can be compiled to WebAssembly binary. This Wasm runtime can execute it. Currently, "Hello, World!" program works on the PHP runtime on the Wasm runtime.
+
+```
+$ php -d memory_limit=4G -d opcache.enable_cli=on -d opcache.jit=on -d opcache.jit_buffer_size=1G examples/php-on-wasm/php-wasm.php
+```
+
+
+
+# License
+
+See LICENSE.