finish wasm watcher engine

This commit is contained in:
Ian Norden
2020-02-27 15:09:20 -06:00
parent 330a083749
commit 8c2a71b16f
17 changed files with 355 additions and 87 deletions
+1
View File
@@ -41,6 +41,7 @@ func NewWASMInstantiator(db *postgres.DB, instances []WasmFunction) *Instantiato
// Instantiate is used to load the WASM functions into Postgres
func (i *Instantiator) Instantiate() error {
// TODO: enable instantiation of WASM functions from IPFS
tx, err := i.db.Beginx()
if err != nil {
return err