I downloaded the SDK from nuget and removed files not present in the current SDK folder. However, I was not able to regenerate the bindings using idl2rs
I figured I'd open this draft anyways, as a starting point. Some help getting this working would be much appreciated.
cargo run < ../Microsoft.Web.WebView2.*/WebView2.idl > ../src/lib.rs && rustfmt ../src/lib.rs
Finished dev [unoptimized + debuginfo] target(s) in 0.12s
Running `target/debug/idl2rs`
Parsing error: --> 4357:7
|
4357 | [ in, size_is(originsCount) ] LPCWSTR * origins);␊
| ^---
|
= expected identifier
I've tried to update the SDK, as Tauri needs a newer SDK version for this PR: https://github.com/tauri-apps/wry/pull/280
I downloaded the SDK from nuget and removed files not present in the current SDK folder. However, I was not able to regenerate the bindings using
idl2rs
I figured I'd open this draft anyways, as a starting point. Some help getting this working would be much appreciated.