Results 24 comments of Yu Ao

Same problem

Code snippets from the demo should not be considered "product ready". --- `PixelBufferPoolBackedImageRenderer` does not consider "slow render task creation". You can put the `startTask` call in a separate dispatch...

> My tests were run on an Intel i9 machine. My colleague @sktusing has also been running the same tests on an M1 Pro, and was seeing better results, but...

@sktusing No. Sorry.

1. `let backgroundImage = MTIImage(color: color, sRGB: true, size: presentationSize)` the sRGB parameter here is not wether the color is in RGB color space, its wether MetalPetal should use a...

After some investigation, I think this is related to how `WasiFs` and the js `MemFS` work. `MemFS` (in wasmer-js package) operates the `fs_backing` of the `WasiFs` directly. When a file...

I don't quite understand your situation here. But the context may cache some unneeded resources if the render size changes a lot. Try `context.reclaimResources()` after each `context.render(....)`.

**EDIT** I think this is more likely https://github.com/wasmerio/wasmer-js/issues/302 I can successfully run the wasm with Safari. ----- Having the similar issue here. ```js Error: Failed to instantiate WASI: RuntimeError: `...

- Can you make this a separate extension like `Camera+FocusExposure.swift`. - It's better to just ignore the call when no video device is attached to match the current behavior of...

Can you describe the situation in which you'd like to remove the video device input?