From 25334eddd56cf836946a7956669933be192d2ff1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 9 Aug 2020 14:05:25 -0300 Subject: _posts: Change to named footnotes --- _drafts/2020-02-11-on-webassembly-killing-javascript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_drafts/2020-02-11-on-webassembly-killing-javascript.md') 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". -- cgit v1.2.3