From d93c053a0e8d98681e02443ee9614d806fc1daf7 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Fri, 28 Sep 2018 09:13:23 +0100 Subject: [PATCH] Added link to LiftOff info for Chrome, as suggested by Pontus Leitzler. :) --- WebAssembly.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/WebAssembly.md b/WebAssembly.md index 8e423474..fec10fd5 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -130,4 +130,8 @@ Please get involved and help drive this if you're interested in the Debugger sid # Editor configuration -* [Configuring GoLand for WebAssembly](https://github.com/golang/go/wiki/Configuring-GoLand-for-WebAssembly) - Shows the exact steps needed for getting Wasm working in GoLand \ No newline at end of file +* [Configuring GoLand for WebAssembly](https://github.com/golang/go/wiki/Configuring-GoLand-for-WebAssembly) - Shows the exact steps needed for getting Wasm working in GoLand + +# WebAssembly in Chrome + +If you run a newer version of Chrome there is a flag (`chrome://flags/#enable-webassembly-baseline`) to enable Liftoff, their new compiler, which should significantly improve load times. Further info [here](https://chinagdg.org/2018/08/liftoff-a-new-baseline-compiler-for-webassembly-in-v8/). \ No newline at end of file