-
Would this work on a [nRF52832](https://www.nordicsemi.com/products/nrf52832) chip (512KB Flash, 64KB RAM)?
Has the footprint of the runtime been measured?
-
-
Please react with 👍 to vote for clients. Comment if a client is not listed
-
I was thinking about how to properly calculate fuel costs. Maybe you can leverage WASM to achieve that. The bytecode is well designed and describes a structured stack machine:
https://github.com/We…
-
If we define the following map:
```typescript
let myMap = new Map()
```
And try to build the WebAssembly module (for example `npm run evm:build) we get the following error:
```
[00:05:54] …
-
- [ ] Deploying ewasm contracts (paste in wast code and deploy it as a contract)
- [ ] When you deploy a contract, calculate new address and add to accounts list (depends on previous)
- [ ] Optimiza…
-
It seems that integrating chisel with rust projects requires either a makefile or manual invocation, which isn't great ux. Perhaps a cargo subcommand or plugin would make this much easier.
cc @axic
-
At present, when we compile to wasm `syscall/js` is automatically included.
This forces the runtime to either be a browser (eg Firefox, Chrome, etc), or at least pretend to be one.
That's kind o…
-
[Bitcoin: A peer-to-peer electronic cash system by Satoshi Nakomoto](https://bitcoin.org/bitcoin.pdf)
Crypto Canon: https://a16z.com/2018/02/10/crypto-readings-resources/
-
In EVM1 the SELFDESTRUCT is messy and complex due to the additional ETH transfer coupled with it.
1. Simplify selfDestruct by removing its address argument and do no transfer ether. The ether is de…