From 94ea75bd40e5cae03dcddfbeb6cea6f108e7c21c Mon Sep 17 00:00:00 2001 From: Peterson Domingos Date: Mon, 27 Aug 2018 11:25:41 -0300 Subject: [PATCH] Updated WebAssembly (markdown) --- WebAssembly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebAssembly.md b/WebAssembly.md index 08016681..842e8455 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -71,7 +71,7 @@ func main() { } ``` -Now navigate to http://localhost:8080/, click "Run", and you should see the output in the JavaScript debug console. +Now navigate to http://localhost:8080/wasm_exec.html, click "Run", and you should see the output in the JavaScript debug console. # Interacting with the DOM