ericsink / SQLitePCL.raw

A Portable Class Library (PCL) for low-level (raw) access to SQLite
Apache License 2.0
523 stars 109 forks source link

Add support for browser-wasm #470

Closed bricelam closed 2 years ago

bricelam commented 2 years ago

Depends on PR ericsink/cb#9 Resolves ericsink/cb#4

/cc @ajcvickers @SteveSandersonMS @lewing

ericsink commented 2 years ago

@bricelam I've kicked off a workflow to publish a preview build. It will be 2.1.0-pre20220207221914, and it contains your wasm work (thanks for that!).

It also contains the changes I've been working on, mostly focused on net6.0 mobile TFMs. I might have broken some stuff, so I'll be focusing on testing to get things settled down and stable again.

bricelam commented 2 years ago

Sounds good. I'll follow up with any additional wasm work that comes up as we get reviews from the mono-wasm and Blazor teams.

bricelam commented 2 years ago

@lewing Will the .a file + buildTransitive script be problematic for project-to-project references? Is there any scenario where the main Blazor app and a referenced class library might end up with duplicate symbols?