1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-01 18:02:15 +00:00

9 lines
218 B
HTML
Raw Normal View History

<script>var exports = {};</script>
<script src="../index.js"></script>
<script>
(async () => {
var module = await exports.instantiateStreaming(fetch("./build/untouched.wasm"));
console.log(module);
})();
</script>