12 lines
No EOL
268 B
HTML
12 lines
No EOL
268 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
WebAssembly.instantiateStreaming(fetch("simple.wasm")).then(
|
|
(results) => {
|
|
console.log(results);
|
|
},
|
|
);
|
|
</script>
|
|
</head>
|
|
</html> |