dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Improve Makefile #27

Closed dyedgreen closed 4 years ago

dyedgreen commented 4 years ago

The makefile has a mechanism to download SQLite sources for building amaglation code if needed, it would be nice to provide the same affordances for downloading WASI for making builds easier. This would be especially nice for people coming to the project with no prior knowledge.

This relates to #25, and should include additional docs that guide new users through the build process.

dyedgreen commented 4 years ago

WASI SDK actually depends on your OS, so will skip this for now.