bevy_remote_wasm 0.1.0

Wasm transport for the Bevy Remote Protocol
Documentation
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8" />
    <link rel="icon" href="data:" />
    <style>
        canvas {
            position: fixed;
            top: 0px;
            right: 0px;
            z-index: -1;
        }

        #app>p {
            background-color: #ffffff;
            display: inline;
            padding: 4px;
        }

        #app>ul {
            font-family: monospace;
            width: fit-content;
        }

        #app li {
            background-color: #aab1ff40;
            border: 1px solid #6b75a0;
            margin: 2px;
            list-style: none;
        }
    </style>
</head>

<body>
    <div id="app">
        <p>Loading entities...</p>
    </div>
    <script type="module" src="./index.js"></script>
</body>

</html>