You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2019. It is now read-only.
* And make sure you test with `npm test` and `npm run vmTests` which runs the offical Ethereum test suite
38
38
39
-
The above build command will invoke `wasm/generateInterface.js` which generates `wasm/wast.json` containing a
39
+
The above build command will invoke `wasm/generateInterface.js` which generates `wasm/wast.json`and `include/wast.h`containing a
40
40
Webassembly function corresponding to each EVM opcode.
41
41
42
-
The core logic of the evm2wasm compiler is in `index.js`, which iterates the input EMV bytecode and generates
42
+
The core logic of the evm2wasm compiler is in `index.js` (Javascript frontend) or `libs/evm2wasm/evm2wasm.cpp` (C++ fronetend), which iterates the input EMV bytecode and generates
43
43
a Webassembly output by invoking each of the above generated Webassembly functions and concatenating them into the output.
0 commit comments