fix CORS headers and a wasm experiment
This commit is contained in:
10
pkg/wasm/hello/index.html
Normal file
10
pkg/wasm/hello/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Hello, World! in WebAssembly</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="hello.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user