ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

Pywebassembly #35

Open lrettig opened 6 years ago

lrettig commented 6 years ago

Native python ewasm interpreter

child of #32

lrettig commented 6 years ago

@poemm's update from today's standup: All tests are passing except memgrow/memsize (which WABT doesn't support) and floating point (which he hasn't implemented yet). He's now going to start implementing the EEI for pywebassembly 👏

lrettig commented 6 years ago

@poemm update today: all (non-float) assert_return tests pass including memory.grow and memory.size. wrote PyEEI infrastructure, didn’t implement functions yet. next step is to read up on EVM design in py-evm/trinity.

lrettig commented 6 years ago

@poemm update from yesterday: all assert_trap tests pass (except those involving floating point numbers), pushed test infrastructure

lrettig commented 6 years ago

@poemm update from this morning: