mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-07 16:34:06 +00:00
Use async functions in wasm imports (#28)
* Use async functions in wasm imports * Complete implementing asyncify with assemblyscript loader
This commit is contained in:
@@ -5,7 +5,6 @@ import {
|
||||
BigDecimal,
|
||||
BigInt,
|
||||
ethereum,
|
||||
Value,
|
||||
Address,
|
||||
Bytes
|
||||
} from '@graphprotocol/graph-ts';
|
||||
@@ -20,7 +19,6 @@ export {
|
||||
|
||||
ethereum,
|
||||
|
||||
Value,
|
||||
Address,
|
||||
Bytes,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user