wasm-metering icon indicating copy to clipboard operation
wasm-metering copied to clipboard

[ORPHANED] Injects metering into webassembly binaries

Results 11 wasm-metering issues
Sort by recently updated
recently updated
newest added

Hi `ewasm/wasm-metering`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

## The devDependency [nyc](https://github.com/istanbuljs/nyc) was updated from `11.9.0` to `15.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

## The devDependency [standard](https://github.com/standard/standard) was updated from `11.0.1` to `13.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [leb128]() was updated from `0.0.4` to `0.0.5`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

How do you plan to measure instruction cost? Is there already a repo that tests all instructions under different conditions? What is the basis for the cost, given the measurements?...

I'm not sure this's the right place to issue that -- I've completed the wasm metering injector in Golang at [this repo](https://github.com/yyh1102/go-wasm-metering), and have past the core test cases the...

In webassembly spec, memory.grow has no immediate number parameter, only consume the i32 element in stack top as the page size to grow. Currently in wasm-metering, memory.grow is treated as...

(To be able to resume a function where it ran out of gas or create a merkle tree of intermediate execution states, as in truebit) I've tried to serialize a...