aboutsummaryrefslogtreecommitdiff
path: root/_drafts/2020-02-11-on-webassembly-killing-javascript.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-09 14:05:25 -0300
committerEuAndreh <eu@euandre.org>2020-08-09 14:05:25 -0300
commit25334eddd56cf836946a7956669933be192d2ff1 (patch)
treec64c7af98d76470d90cc91614b780222aa6870cb /_drafts/2020-02-11-on-webassembly-killing-javascript.md
parentShow updated_at in post header (diff)
downloadeuandre.org-25334eddd56cf836946a7956669933be192d2ff1.tar.gz
euandre.org-25334eddd56cf836946a7956669933be192d2ff1.tar.xz
_posts: Change to named footnotes
Diffstat (limited to '')
-rw-r--r--_drafts/2020-02-11-on-webassembly-killing-javascript.md4
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".