From 99be36a47cf0300c6d8d03f0db0100260b03330a Mon Sep 17 00:00:00 2001 From: Robin Percy Date: Thu, 20 Feb 2020 22:01:54 +0000 Subject: [PATCH] Updating article text. --- source/_posts/2020-02-18-wasm-ewasm-what-and-why.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2020-02-18-wasm-ewasm-what-and-why.md b/source/_posts/2020-02-18-wasm-ewasm-what-and-why.md index 010b935f..eab72ab9 100644 --- a/source/_posts/2020-02-18-wasm-ewasm-what-and-why.md +++ b/source/_posts/2020-02-18-wasm-ewasm-what-and-why.md @@ -22,7 +22,7 @@ Basically; Wasm can be summarised as an ***efficient*** binary format. This bin Today, I'd like to show you what I've discovered about *Wasm*, and in keeping with my **decentralised web frontend** series; in particular – [**eWasm** (Web Assembly for Ethereum)](https://eWasm.readthedocs.io/en/mkdocs/). -> ***'Ethereum WebAssembly is a proposed redesign of the Ethereum Smart Contract execution layer using a deterministic subset of WebAssembly.'*** +> ***'Ethereum flavoured WebAssembly is a proposed redesign of the Ethereum Smart Contract execution layer using a deterministic subset of WebAssembly.'***