-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pywebassembly #35
Comments
@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 👏 |
@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. |
@poemm update from yesterday: all assert_trap tests pass (except those involving floating point numbers), pushed test infrastructure |
@poemm update from this morning:
|
Native python ewasm interpreter
child of #32
The text was updated successfully, but these errors were encountered: