fermyon / spin-test

A utility for testing Spin applications
Apache License 2.0
17 stars 5 forks source link

Build sqlite differently #100

Open rylev opened 3 months ago

rylev commented 3 months ago

https://github.com/fermyon/spin-test/pull/99 introduced embedded sqlite. However, the rusqlite crate we're using does not build on newer versions, and it seems the project hasn't figured out how it wants to support wasm. Instead we should look into embedding sqlite through the sqlite project's build of a wasm module.