hh

Results 19 comments of hh

Yes , i have the some error ![image](https://user-images.githubusercontent.com/995909/138381841-dbb01358-3672-4aa4-8303-6515ebc5fb2f.png)

I try change cwd and in `mylib/postinstall.js`. it works, but still have other problems. The problem is: When the patch is updated, applying the patch again will fail. After I...

> Hey thanks for reporting this, you omitted the environment part of the issue, could you give more details? Especially if you were building from source or using our binaries...

> This definitely seems like a bug, but you're missing a `field` value in the `return` statement error still happend after adding a field value in the return statement

hello, how to use `Interpreter` ? my code below: ``` const bsvwasm = require("bsv-wasm"); const s = bsvwasm.Script.from_hex("5b0000005754615179547a75537a537a537a0079537a75527a527a7575615279008763537952795279615179517993517a75517a75619c77777777675279518763537952795279949c7777777767006868"); const bm = bsvwasm.Interpreter.from_script(s); try { Loggging.log(`state: ${bm.run()}`); } catch (error) {...

an other error when call `bsvwasm.Script.from_hex(snark);` Error when deserialising Script: OP_IF statement requires an OP_ELSE code [snark.hex.zip](https://github.com/Firaenix/bsv-wasm/files/9244045/snark.hex.zip) .

i can run this with js bsv. i think `OP_IF` must followed by an `OP_ENDIF`, but `OP_ELSE` is not must be.