Paweł Bylica

Results 290 issues of Paweł Bylica

Currently, in the analysis phase we prepare a table where for each instruction in the code we store: - pointer to function implementing the instruction (8 bytes) - optional imminent...

There is a way to pass user object to wasm in WAVM: https://github.com/WAVM/WAVM/issues/138#issuecomment-483036386.

It's time to do it while the code is still small and ugly anyway.

in progress

The idea behind this is the following: 1. Scratchpad is a small buffer attached to evmc_result. That's there is up the the creator of the evmc_result object. 2. The VM...

Use `uint32_t` instead of `size_t`.

We should split the `evmc_context` (host-side execution context) from `evmc_context_fn_table`. The `evmc_context_fn_table` should be renamed to `evmc_host_interface` and passed to the VM instance constructor. That would require splitting the ABI...