Mentioned that the emscripten sdk is required to run make wasm.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 18:47:22 +0100
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
web/contents/get.html
→
web/contents/get.html
@@ -33,8 +33,8 @@ <ul>
<li>Run <code>make test</code> to run the test suite.</li> <li>Run <code>make ape</code> to generate an αcτµαlly pδrταblε εxεcµταblε (requires <a href="https://github.com/jart/cosmopolitan" target="_blank">Cosmopolitan</a>). </li> - <li>Run <code>make wasm</code> to generate a <code>hex.js</code> and a <code>hex.wasm</code> (WebAssembly) file. - </li> + <li>Run <code>make wasm</code> to generate a <code>hex.js</code> and a <code>hex.wasm</code> (WebAssembly) file + (requires the <a href="https://github.com/emscripten-core/emsdk" target="_blank">Emscripten SDK</a>). </li> </ul> <h3>Command Line Options</h3>