rwasm 0.0.1

Minimalistic WASM library
Documentation
1
2
3
4
5
6
7
8
<html>
    <head>
        <title>WASM example</title>
    </head>
    <body>
    <script type="module" src="index.js"></script>
    </body>
</html>