From c2a0a34b4c344f16d74d1263c6ae9814f88b98f5 Mon Sep 17 00:00:00 2001 From: dcode Date: Thu, 21 Feb 2019 07:50:15 +0100 Subject: [PATCH] Add new quote to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b875a64a..8cbdd06a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Motivation > I do think [compiling TypeScript into WASM] is tremendously useful. It allows JavaScript developers to create WASM modules without having to learn C. – Colin Eberhardt, [Exploring different approaches to building WebAssembly modules](http://blog.scottlogic.com/2017/10/17/wasm-mandelbrot.html) (Oct 17, 2017) +> AssemblyScript was frictionless. Not only does it allow you to use TypeScript to write WebAssembly, [...] it also produces glue-free WebAssembly modules that are very small with decent performance. – Surma, [Replacing a hot path in your app's JavaScript with WebAssembly](https://developers.google.com/web/updates/2019/02/hotpath-with-wasm) (Feb 16, 2019) + Getting started ---------------