cdetrio

Results 20 issues of cdetrio

The profiling feature is in a branch: https://github.com/ewasm/scout/tree/profiling And more features in a different branch: https://github.com/s1na/wasmi/tree/profile-invocations Here's a script to format the profile output: ``` import sys import re profile_func_names...

Suppose you have a wasm file like this: ``` (module $chiselExample (type $t2 (func (param i32 i32) (result i32))) (import "ewasm" "addmod" (func $addmod256 (type $t2))) (export "main" (func $main))...

The docs are wrong about the CLI tool. > It comes with a configuration file chisel.yml.

When I try to run the [example](https://github.com/connor4312/js-fuzz#example): ``` $ bin/js-fuzz ../fuzz.js TypeError: content.getContent is not a function at Log.List.add.List.addItem.List.appendItem (/Users/macbook/dev_fuzz/js-fuzz/node_modules/blessed/lib/widgets/list.js:297:61) at Log.List.setItems (/Users/macbook/dev_fuzz/js-fuzz/node_modules/blessed/lib/widgets/list.js:384:12) at Log.log (/Users/macbook/dev_fuzz/js-fuzz/node_modules/blessed-contrib/lib/widget/log.js:26:8) at Stats. (/Users/macbook/dev_fuzz/js-fuzz/lib/src/Stats.js:203:66) at...

@holiman, I'm wondering about the numbers in this spreadsheet: There SLOAD is at 1000 gas per ms. But in these graphs from the readme, for stats around the same block...

The endianness of getBalance was broken, but the test was passing because `0x0500000000000000` in little endian is equal to the first 64 bits of `0x00000000000000056bc75e2d63100000` in big endian.

The bootnode enode urls should be put in a static-nodes.json file, to help geth connect to the network.

The "System Alerts invited you" dialogue box looks potentially malicious, as though it was a phishing attempt from a spam attacker. ![screenshot_2018-05-24-19-13-11-523_im vector alpha](https://user-images.githubusercontent.com/997681/40528439-0851c7d0-5fbf-11e8-96e1-a6f5d79c0833.png)

X-Needs-Design
T-Defect
P1