ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

WAVM support #41

Closed lrettig closed 6 years ago

lrettig commented 6 years ago

Investigate using WAVM for JIT compilation of ewasm

cf. https://github.com/ewasm/hera/issues/158

lrettig commented 6 years ago

@jakelang's update from today's standup: Working on getting WABT + WAVM working together

lrettig commented 6 years ago

@jakelang any updates here?

jakelang commented 6 years ago

@lrettig abstraction layer is ready to go, just hoping that it gets merged before i start piling more on the PR. also, this issue is a duplicate of ewasm/hera#158

lrettig commented 6 years ago

@jakelang Thanks for the update. Yes I'm aware that it's a dupe, this repo is more of a high-level PM repo to track all of the testnet-critical tasks via Waffle with links to other tickets, as I added in the task description above.

lrettig commented 6 years ago

@jakelang update from yesterday: figuring out WAVM’s runtime api right now, so i can use it in Hera. going to forget about the cmake stuff for now.

lrettig commented 6 years ago

@jakelang update from Friday: still stuck trying to get WAVM to compile with cmake.