diff options
Diffstat (limited to 'meson/test cases/wasm/1 basic/hello.html')
-rw-r--r-- | meson/test cases/wasm/1 basic/hello.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meson/test cases/wasm/1 basic/hello.html b/meson/test cases/wasm/1 basic/hello.html new file mode 100644 index 000000000..637bc2074 --- /dev/null +++ b/meson/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> |