Use async functions in wasm imports (#28)

* Use async functions in wasm imports

* Complete implementing asyncify with assemblyscript loader
This commit is contained in:
2021-12-28 16:08:05 +05:30
committed by nabarun
parent bf54e85d05
commit f34d83c04b
12 changed files with 189 additions and 108 deletions
@@ -5,7 +5,6 @@ import {
BigDecimal,
BigInt,
ethereum,
Value,
Address,
Bytes
} from '@graphprotocol/graph-ts';
@@ -20,7 +19,6 @@ export {
ethereum,
Value,
Address,
Bytes,