mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
14 lines
265 B
HTML
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> |