Ingvar Stepanyan
Ingvar Stepanyan
Also noticed this while comparing Wasm version of `image::imageops::blur` and JS implementation of Gaussian blur from https://github.com/nodeca/glur. At high radius values the difference becomes ridiculous - e.g. for 3872x2592 image...
@JimmyBoh > If yes I'd be happy to work on it myself. Have you had any chance to work on it?
Np, I thought about that after sending PR. Unfortunately, it's not possible to select another branch after sending it, so there are still options of closing+reopening as another one on...
Fixed loading, but there is still some weird bug with autocomplete. Spent few hours looking for reason, but no luck as for now.
@fdecampredon Ah, looks like it's problem in new TypeScript Language Service that doesn't normally handle built-in references i.e. to modules declared with `declare module ...` and so fails in assertion...
Submitted this issue as Microsoft/TypeScript#492.
@fdecampredon Submitted fix for that issue & merged it here.
Aside from waiting for stability, such naming seems like a slippery slope. I understand that for those of us who work with WebAssembly on the server or in CLIs, those...
Hey, I'm an author of the Wasm+WebUSB backend in libusb and ported couple of projects using USB to the web (e.g. [gphoto2](https://web.dev/articles/porting-gphoto2-to-the-web) as an open-source example). While I'm not strictly...
> I'm not sure it'd make sense to do something more directly for WASI itself (as opposed to the libc abstraction on top of it, which wasi-sdk uses) I didn't...