summaryrefslogtreecommitdiff
path: root/test/test-pages/v8-blog/expected.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-pages/v8-blog/expected.html')
-rw-r--r--test/test-pages/v8-blog/expected.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test-pages/v8-blog/expected.html b/test/test-pages/v8-blog/expected.html
index ba11321..76a479d 100644
--- a/test/test-pages/v8-blog/expected.html
+++ b/test/test-pages/v8-blog/expected.html
@@ -2,9 +2,7 @@
<p>
Emscripten has always focused first and foremost on compiling to the Web and other JavaScript environments like Node.js. But as WebAssembly starts to be used <em>without</em> JavaScript, new use cases are appearing, and so we've been working on support for emitting <a href="https://github.com/emscripten-core/emscripten/wiki/WebAssembly-Standalone"><strong>standalone Wasm</strong></a> files from Emscripten, that do not depend on the Emscripten JS runtime! This post explains why that's interesting.
</p>
- <h2 id="using-standalone-mode-in-emscripten">
- Using standalone mode in Emscripten <a href="#using-standalone-mode-in-emscripten">#</a>
- </h2>
+
<p>
First, let's see what you can do with this new feature! Similar to <a href="https://hacks.mozilla.org/2018/01/shrinking-webassembly-and-javascript-code-sizes-in-emscripten/">this post</a> let's start with a "hello world" type program that exports a single function that adds two numbers:
</p>