all repos — hex @ c008fed054ce4c74352e7a6ddc460fdae43a52a0

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Mentioned that the emscripten sdk is required to run make wasm.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 18:47:22 +0100
commit

c008fed054ce4c74352e7a6ddc460fdae43a52a0

parent

51250d7da715290864b5c96ac134e13915457e32

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M web/contents/get.htmlweb/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>