radkomih
radkomih
Regarding the manual memory management, are you referring `__alloc/__free` functions listed in [runtime instructions](https://github.com/AssemblyScript/assemblyscript/tree/a81896e96a0dccbd696eeffb4c75456ca8cb6228/std/assembly/rt)? I assume that the GC does not know about (de)allocations made with `__alloc/__free` between `memory base`...
@dgryski it works for my case thank you ❤️
> Hmm this hardcodes the architecture to arm64, thats not something that we should do Yeah, it's ugly, but it was more to illustrate the problem. if you want, I...
> Hmm does compiling FuzzyVM itself work for you? I'm in the process of removing go-fuzz from the codebase in favor of the builtin fuzzer. I also recently updated all...
@bshastry I did run into the same problem and I was able to get rid of the error by: * in Geth, added `genesis.json` with enough balance for the account...