1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-07-26 03:32:06 +00:00
Files
.github
bin
cli
dist
examples
lib
lint
loader
tests
assembly
build
index.html
index.js
README.md
index.d.ts
index.js
package.json
parse
webpack
media
scripts
snap
src
std
tests
.gitattributes
.gitignore
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
index.d.ts
index.js
package-lock.json
package.json
tsconfig-base.json
tsconfig-docs.json
tslint.json
webpack.config.js
assemblyscript/lib/loader/tests/index.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>