-
Link to your wrc20 examples here.
-
Native python ewasm interpreter
child of #32
-
This repo (and its rust counterpart?) has been dead for a while.
It might make sense to move any related work there.
cc @axic
-
The only features ewasm would need to expose are:
- `useGas`
- calldata access (`calldatacopy`/`calldatasize`)
- `return` / `revert`
This could be a way to get wasm VMs implemented and experimen…
-
WebAssembly has become a browser standard and is gaining steam as the new way to develop for the web. https://webassembly.org/ While it was intended for browsers, it's properties are actually very nic…
-
Currently, the wast for `CALL` ( https://github.com/ewasm/evm2wasm/blob/master/wasm/wast.json#L91 ) fails to load. We should add linting to CircleCI to catch changes that break Binaryen.
-
Hi, I tried to follow the document to use the modified geth(https://github.com/ewasm/go-ethereum) so that it can support `--vm.evm` flag, but the problem is `ewasm/go-ethereum` fork is not updated for…
-
evm2wasm is made up of two modules: generateInterface.js and index.js. The interface generator generates a library of wast files ("interface wast files", with each wast file corresponds to an EVM opc…
-
**Feature request**
There is currently no (easy) way to verify a signature that was created via Ethereum's [eth_sign](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sign).
Please add the mea…
-
Here is a full trace of the test case `callcall_00`:
```
jwasinger@certification-hive-test03:~/projects/cpp-ethereum/build$ ETHEREUM_TEST_PATH="../../tests" test/testeth -t GeneralStateTests/stCal…