Aman Karmani
Aman Karmani
Don't think the WASM test failures are related to my change..
maybe cache misses are inevitable here because these are meant to be distinct queries sent the to the server. but i wonder if there's a way to put the comment...
The `@parcel/watcher` package has a similar issue. That one doesn't use napi-rs, it actually [uses `prebuildify`](https://github.com/parcel-bundler/watcher/pull/34/files), but instead of publishing all the binaries in one package [under the `prebuilds` folder](https://github.com/electron/rebuild/blob/7b18a69765c4ef27ae2b2988e0662c9104f185fd/src/module-type/prebuildify.ts#L42-L44)...
@aqrln can we get some movement here cc #5011
FWIW we've been running this in production for a few days now and it works as advertised.
> Guys, I've been struggling to make this work with the alder lake igpu to no avail. What issue did you have? I'm consistently getting Code 43 in Windows 11...
Good catch. It does work on latest stable Tahoe though, that's where we tested it. ``` > parseFloat('25.0.1') 25 > parseFloat('25.1.1') 25.1 ```
Sure, will be fixed in next build. That's unfortunate to hear as I was also hoping Apple would do something here.