Russell Parker

Results 4 issues of Russell Parker

Ran into https://github.com/WebAssembly/wabt/issues/1197 when using `wasm2wat` so I took a stab at adding hints for missing features like `--enable-bulk-memory`. Previously, it seems like looping through WASM sections would return early...

### Motivation The `Allocator` trait provides `grow()` `shrink()` and `grow_zeroed()` but they are implemented naively - `shink` for example [allocates new memory, copies over bytes, and deallocates the old block...

enhancement

Fixes issue #94 The wee_alloc build has been broken for a bit because the Rust `Allocator` (previously called `Alloc`) trait has changed interfaces. This PR updates the wee_alloc implementation to...

Load module-native-protocol-tcp so that the PulseAudio server can receive commands over TCP. During audio jack detection, set the sink port to either headphones or speaker using the default sink which...