Chris
Chris
The `ComInterface` trait seems to be just `Interface` since `0.53`: https://github.com/microsoft/windows-rs/issues/2875#issuecomment-1962332067 I'm not sure why it's not mentioned in the release notes. `Interface` seems to work down to at least...
Thanks for the suggestion! I'd be open to add runners with other compression types as optional features; or even replace Zstd with an all-around better choice if there is one....
> I made a reproduction here: [illbexyz/nextjs-onnxruntime](https://github.com/illbexyz/nextjs-onnxruntime). It's missing `onnxruntime-web` in the dependencies, and both `next dev` and `next build` work for me after adding it.
Using maturin version `1.6` also works.
I don't know what's causing this test to randomly fail, did it ever fail with debug mode enabled on retry with more info? ``` ---- duck_typed_interfaces stdout ---- Error: error...
> Currently similar tests are done in /crates/cli/tests/reference. > Would it be possible to migrate the current similar tests to use insta as well? There are other similar ones in...
I pulled out the other CI changes, will send a PR with less duplication. > Unless there is a good reason to introduce a second testing system instead of using...
Wrappe doesn't offer re-packing of modified files; but you should be able to just run `wrappe` again to overwrite the previous packed executable. If you set `--unpack-directory` and `--version-string`, the...
Fixed in `0.9.2`, thanks for the report!
There is an open pull request: #304