Katelyn Gadd
Katelyn Gadd
Coming back to this, it's unclear to me whether the general consensus was that `dup` and `swap` opcodes wouldn't be possible or there just wasn't an appetite for them. I'd...
I assume `pick` would look something like `i32.pick 2` to pick the 3rd (indexing starting at 0, so `pick 0` is `dup`) item on the stack? Definitely more powerful than...
Hi, sorry for spam: The message I get when trying to view .wasm or .js for entries in the profiler is as follows: ``` Source code not available See [issue...
> Hi Katelyn, I've filed #4940 for the case where the JS file is available via CORS - this is not something I had considered before so thank you for...
Oh, I didn't notice miniz. That should definitely do the trick as long as it's not too slow. If it is, we could probably use one of the fast lz*...
I did some additional testing with the x86 version of REAPER (no difference), and with ASIOSigGen. ASIOSigGen also fails w/SAR and works with my interface. Its debug log has some...
Yes On June 6, 2018 7:41:31 PM PDT, pannal wrote: >Did you try running REAPER without admin rights in that case? > >-- >You are receiving this because you authored...
#82476 can be ignored, it's intentionally running tests in a slower mode to flush out failures
I don't remember ever implementing atomics in the jiterpreter period
I don't see any atomics in store_local, so the stack trace must be wrong