Files
RustPython/wasm/index.html
2018-10-22 23:07:25 +11:00

14 lines
265 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RustPython/Wasm</title>
<script>
var Module = {
wasmBinaryFile: "rustpython_wasm.wasm"
}
</script>
<script src="rustpython_wasm.js"></script>
</head>
<body></body>
</html>