Skip to content

Commit

Permalink
Fix "emscripten emit" typo in Optimizing Code - WebAssembly section (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgrzymek committed Feb 6, 2024
1 parent 97053db commit 0c735ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/source/docs/optimizing/Optimizing-Code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ There are several flags you can :ref:`pass to the compiler <emcc-s-option-value>
WebAssembly
===========

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.
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.

.. _optimizing-code-size:

Expand Down

0 comments on commit 0c735ea

Please sign in to comment.