Skip to content

Commit 0c735ea

Browse files
authored
Fix "emscripten emit" typo in Optimizing Code - WebAssembly section (#21269)
1 parent 97053db commit 0c735ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/optimizing/Optimizing-Code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ There are several flags you can :ref:`pass to the compiler <emcc-s-option-value>
8484
WebAssembly
8585
===========
8686

87-
Emscripten will emit WebAssembly by default. You can switch that off with ``-sWASM=0`` (in which case emscripten emit JavaScript), which is necessary if you want the output to run in places where Wasm support is not present yet, but the downside is larger and slower code.
87+
Emscripten emits WebAssembly by default. You can switch that off with ``-sWASM=0`` (in which case emscripten will emit JavaScript), which is necessary if you want the output to run in places where Wasm support is not present yet, but the downside is larger and slower code.
8888

8989
.. _optimizing-code-size:
9090

0 commit comments

Comments
 (0)