mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 06:30:19 +00:00
2b0ee24a5d
* Add hello_wasm example * Implement single threaded task scheduler for WebAssembly
9 lines
160 B
HTML
9 lines
160 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
</head>
|
|
<script type="module">
|
|
import init from './target/headless_wasm.js'
|
|
init()
|
|
</script>
|
|
</html>
|