diff options
Diffstat (limited to '_drafts')
-rw-r--r-- | _drafts/2020-02-11-on-webassembly-killing-javascript.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_drafts/2020-02-11-on-webassembly-killing-javascript.md b/_drafts/2020-02-11-on-webassembly-killing-javascript.md index 998c176..1b959ba 100644 --- a/_drafts/2020-02-11-on-webassembly-killing-javascript.md +++ b/_drafts/2020-02-11-on-webassembly-killing-javascript.md @@ -20,7 +20,7 @@ in the browser. Let's imagine how you could write SQLite and mke it run on the W # SQLite If I were to create, say, SQLite today, I would consider adding web support for -it. SQLite already is available almost everywhere[^1]. This is due to it having +it. SQLite already is available almost everywhere[^sqlite-everywhere]. This is due to it having very so few dependencies, Imagine having writing SQLite today @@ -198,7 +198,7 @@ Confusing dependency tree AFAICT you can't package WASM with JavaScript. -[^1]: [Platforms supported by SQLite are](https://sqlite.org/features.html): +[^sqlite-everywhere]: [Platforms supported by SQLite are](https://sqlite.org/features.html): "Android, *BSD, iOS, Linux, Mac, Solaris, VxWorks, and Windows (Win32, WinCE, WinRT) are supported out of the box. Easy to port to other systems". |