diff --git a/index.html b/index.html new file mode 100644 index 0000000..3f9fdba --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + Testing.ws.wasm + + + + + + + + + + diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..2bb1637 --- /dev/null +++ b/run.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +python3 -m http.server 2580