mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 23:43:25 +03:00
17 lines
272 B
HTML
17 lines
272 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="module">
|
|
import { default as init } from './widgetry_demo.js';
|
|
|
|
async function run() {
|
|
await init('./widgetry_demo_bg.wasm');
|
|
}
|
|
|
|
run();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
<html>
|