ewasm / hera

Hera: Ewasm virtual machine conforming to the EVMC API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add memoryCopyFromInstance and memoryCopyToInstance

axic opened this issue · comments

Currently we only have memorySet and memoryGet wrappers which allow writing/reading a byte at a time.

The underlying binaryen implementation would allow this. Need to check wabt/wavm if we can achieve a reduction of overhead here.

Wavm also allows this.