Updated style + added note on WASM build.
h3rald h3rald@h3rald.com
Sat, 07 Dec 2024 19:40:53 +0100
2 files changed,
21 insertions(+),
1 deletions(-)
M
web/assets/styles.css
→
web/assets/styles.css
@@ -124,3 +124,14 @@
code { color: gold; } + +blockquote { + border: 1px solid lime; + padding: 1rem 1rem 0 1rem; + margin: 0; +} + +blockquote div { + font-weight: 600; + color: gold; +}
M
web/contents/get.html
→
web/contents/get.html
@@ -10,8 +10,17 @@ <li>hex v{{release}} for MacOS (ARM64)</li>
<li>hex v{{release}} for Windows (x86_64)</li> <li>hex v{{release}} (<a href="https://justine.lol/ape.html" target="_blank">αcτµαlly pδrταblε εxεcµταblε</a>) </li> - <li>hex v{{release}} (<a href="https://webassembly.org" target="_blank">WebAssembly</a>)</li> + <li>hex v{{release}} (<a href="https://webassembly.org" target="_blank">WebAssembly</a> — <em>very</em> + experimental*)</li> </ul> + + <blockquote> + <div>A note on the WASM build</div> + <p>The main purpose of the WASM build is to power the <a href="/play">playground</a>. If you try to run it with + NodeJS, the REPL will also <em>somewhat</em> work, except that file support and executing processes doesn't + seem to behave, at the moment, and neither does `printf` unless you add a new line so... use at your own + risk, or please use one of the other builds.</p> + </blockquote> <h3>Building from Source</h3>