jfizz

Results 5 comments of jfizz

I believe I encountered this issue as well, described here: https://github.com/servo/pathfinder/issues/267. The interesting part is that `rust-sdl2` seems to return a `3.3` context just fine on my machine. See `pathfinder/examples/canvas_minimal`.

@Kukunin Do you have any client-side (javascript) code examples? I am trying to figure out how to handle IO (sending arguments, retrieving output) with your fork.

This might be a useful read: https://hacks.mozilla.org/2017/03/why-webassembly-is-faster-than-asm-js/. It highlights the performance differences between asm.js and WebAssembly.

I am attempting to to give this a try (compiling to WebAssembly). First I built "ffmpeg-worker-webm.js" without any modifications to make sure I could successfully build on my machine. I...

Do you happen to have a link to the bug report? I believe I am running into this issue when trying to run the quad example on metal.