mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 23:12:19 +00:00
9 lines
218 B
HTML
9 lines
218 B
HTML
<script>var exports = {};</script>
|
|
<script src="../index.js"></script>
|
|
<script>
|
|
(async () => {
|
|
var module = await exports.instantiateStreaming(fetch("./build/untouched.wasm"));
|
|
console.log(module);
|
|
})();
|
|
</script>
|