From bbc049b5c7749b8f9c4e1ade9cf1da4f91f37c0d Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 23 Jun 2021 19:20:29 +0200 Subject: Add article series on the clean sandbox --- ...with-webassembly-part-3-putting-it-all-together.pug | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 resources/pug/finals/articles/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-3-putting-it-all-together.pug (limited to 'resources/pug/finals/articles/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-3-putting-it-all-together.pug') diff --git a/resources/pug/finals/articles/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-3-putting-it-all-together.pug b/resources/pug/finals/articles/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-3-putting-it-all-together.pug new file mode 100644 index 0000000..e684350 --- /dev/null +++ b/resources/pug/finals/articles/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-3-putting-it-all-together.pug @@ -0,0 +1,18 @@ +extends /layout-articles.pug + +block prepend title + | Compiling Clean in the browser - + +block prepend menu + - var page = '2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-3-putting-it-all-together' + +block append breadcrumbs + +breadcrumb('Compiling Clean in the browser with WebAssembly, part 3: Putting it all together') + +block subtitle + | Compiling Clean in the browser with WebAssembly, part 3: Putting it all together +block subtitleDate + | 23 June 2021 + +block page + include:markdown ../../../md/2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-3-putting-it-all-together.md -- cgit v1.2.3