diff options
Diffstat (limited to 'test cases/wasm/1 basic/hello.html')
-rw-r--r-- | test cases/wasm/1 basic/hello.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test cases/wasm/1 basic/hello.html b/test cases/wasm/1 basic/hello.html new file mode 100644 index 0000000..637bc20 --- /dev/null +++ b/test cases/wasm/1 basic/hello.html @@ -0,0 +1,8 @@ +<html> + <head> + <meta charset="utf-8"> + </head> + <body> + <script src="hello.js"></script> + </body> +</html> |