Nick Fitzgerald

Results 191 issues of Nick Fitzgerald

### Test Case ```wat ;; test.wat (module (table (;0;) 102 102 funcref) (elem (;0;) (i32.const 1) func)) ``` ### Steps to Reproduce ```shell $ wat2wasm test.wat -o test.wasm $ wasm2wat...

From https://github.com/rustwasm/wasm-pack/pull/556 > Larger picture / for the future: rather than writing code to try and include all of our files, which can be buggy as we've seen multiple times...

to-do
package.json
next release

### Steps to Reproduce * Download and extract [round-trip.tar.gz](https://github.com/plasma-umass/coz/files/3649275/round-trip.tar.gz) * alternatively, if you don't want to run a random executable that I'm uploading, build [this branch](https://github.com/fitzgen/walrus/tree/coz-profiling) with `cargo build --release...

bug

It will be a *lot* faster to install if we don't force users to compile it from scratch :laughing: It would be something like this: ```js _checkWasmPack() { info('🧐 Checking...

### Summary We would write all allocations and frees into a buffer that we periodically flush to a file. When people report a bug, they could enable this feature, and...

help wanted
mentored
assigned

### Summary Investigate rounding up allocations to at least two words, and making the free list doubly linked. ### Motivation This could simplify code, maybe shrink code size, and lessen...

enhancement
help wanted
mentored

### Summary Emit statistics / visualizations of heap fragmentation. There are edge cases where we can't currently consolidate adjacent free cells into a larger, contiguous free cell. This would let...

help wanted

### Summary Add a C API crate that wraps `wee_alloc` and provides posix `malloc` and `free`. ### Motivation C and C++ projects targeting wasm could benefit from `wee_alloc` too, and...

help wanted
mentored

`wee_alloc` needs a team of people who can review each other's pull requests, and make consensus-based decisions together about its future. Anyone who has made two meaningful contributions to `wee_alloc`...