-
Was this merged into ethereum or abandonned? Is there a post mortem somewhere?
-
## Ewasm Plugin
(subject to change)
- Funded $500
- See https://github.com/ethberlin-hackathon/ETHBerlin-Teambuilding/blob/master/RemixHackathon.md for more info about the Remix hackathon. Pl…
-
It will need to have access to rust, cargo and emscripten in the CI.
One can use the circleci files from https://github.com/ewasm/ewasm-precompiles or https://github.com/ewasm/ewasm-rust-api
The…
-
And provide two implementations:
- native
- scaffolded (* maybe look for a better name)
The native one wraps around the C functions, while the scaffolded can be used for testing.
-
**Objective:** Develop a detailed pipeline for Contracts in Nim based on the eWASM Specs
**People involved:** @kggp1995, @AchalaSB and others from eWASM & status.im team
**Goal(s):**
1. Develop…
-
The VM comparison page, https://github.com/ewasm/design/blob/master/comparison.md is really important and interesting. I would recommend you guys to add a link to IELE under the LLVM section, because…
grosu updated
6 years ago
-
With #34 in place it seems to be possible emitting WebAssembly from Refu.
In order to write contracts, the following is needed:
1) A bignumber library, perhaps optimised for 256 bit numbers.
2) A…
axic updated
9 months ago
-
### Why is this here?
These thoughts are not accessible in a public place, nor have they been well aggregated.
### Why does Piper have concerns about EWASM?
#### Computation Introspection
…
-
From: https://github.com/ewasm/ewasm-cleanup#libc-methods
Goal is to have a translator which takes a wasm module (called the "helper") and a list of imports. The current module is searched for the …
-
I am trying to do it with Herc and for me it fails at the step 3.
Download the genesis file and use it to initialize geth:
> wget https://raw.githubusercontent.com/ewasm/testnet/ewasm-testnet-mi…