ewasm-kernel
ewasm-kernel copied to clipboard
[ORPHANE] Javascript implementation of an eWASM VM
Cf. https://github.com/ewasm/evm2wasm/issues/184, https://github.com/ewasm/design/issues/70. This appears to be causing issues in https://github.com/ewasm/evm2wasm/pull/196 as some of the vmTests there are failing like the below. AFAICT it's coming from https://github.com/ewasm/ewasm-kernel/blob/master/tests/interface/call.wast which needs to...
all vm tests passing in evm2wasm, the problem was the same as in storageStore
The endianness of getBalance was broken, but the test was passing because `0x0500000000000000` in little endian is equal to the first 64 bits of `0x00000000000000056bc75e2d63100000` in big endian.