diff options
author | Camil Staps | 2021-06-23 19:20:29 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-23 19:20:29 +0200 |
commit | bbc049b5c7749b8f9c4e1ade9cf1da4f91f37c0d (patch) | |
tree | 9fe20b0549b51a7165b847ac1a6a5f56a128ff92 /resources/pug/finals/articles/index.pug | |
parent | Add author on articles (diff) |
Add article series on the clean sandbox
Diffstat (limited to 'resources/pug/finals/articles/index.pug')
-rw-r--r-- | resources/pug/finals/articles/index.pug | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/resources/pug/finals/articles/index.pug b/resources/pug/finals/articles/index.pug index 3c6f618..b3100dd 100644 --- a/resources/pug/finals/articles/index.pug +++ b/resources/pug/finals/articles/index.pug @@ -9,6 +9,16 @@ block subtitle block subtitleExtra block page - p. - This is a collection of some software-related articles I wrote. - Perhaps it will be larger than this one day. + p + | This is a collection of some software-related articles I wrote. + | Perhaps it will be larger than this one day. + | You can also go back to my #[a(href='/') home page]. + + h1 + a(href='2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-1-introduction.html'). + 23 June 2021: Compiling Clean in the browser with WebAssembly + blockquote. + My interpreter for the pure, functional language Clean allows interpretation in both C and WebAssembly. + The Clean compiler is written in Clean, with a C backend. + In my Clean Sandbox, I compile the C backend with Emscripten to WebAssembly, and interpret the Clean frontend in the WebAssembly interpreter. + Combined with a simple make-like tool and an editor, this allows you to compile and run Clean code in the browser. |