ewasm / testnet

Testnet planning & documentation
64 stars 19 forks source link

Compile rustbn.js (+ the pairing/mul/add precompile) to webassembly #39

Closed lrettig closed 6 years ago

lrettig commented 6 years ago

Per @cdetrio: already 95% done. i mean the code is compiled to wasm, but the rust code needs to be finished with calls to getCallData and return. @hugo-dc might've already got that working, can't remember

lrettig commented 6 years ago

Is this MVP testnet critical?

axic commented 6 years ago

This has been done via https://github.com/ewasm/ewasm-precompiles

axic commented 6 years ago

Well, ecmul/pairing is still left.

axic commented 6 years ago

Tracked in #42 now.