Updates get started; version.
h3rald h3rald@h3rald.com
Mon, 15 Jun 2026 22:00:09 +0200
3 files changed,
12 insertions(+),
35 deletions(-)
M
scripts/web.hex
→
scripts/web.hex
@@ -3,7 +3,7 @@
"./lib/utils.hbx" read "utils.hbx" ! "2026" "meta-year" : -"0.7.0" "meta-release" : +"480-0" "meta-release" : "web/assets" "d-assets" : "web/templates" "d-templates" : "web/contents" "d-contents" :
M
web/contents/get.html
→
web/contents/get.html
@@ -1,39 +1,5 @@
<article> <h2>Get Started</h2> - <p>The following pre-built binaries are available for download:</p> - <ul> - <li><a href="https://github.com/h3rald/hex/releases/download/v{{release}}/hex_v{{release}}_linux_x86_64.zip" - target="_blank">hex v{{release}} for Linux</a> (x86_64)</a></li> - <li><a href="https://github.com/h3rald/hex/releases/download/v{{release}}/hex_v{{release}}_macos_x86_64.zip" - target="_blank">hex v{{release}} for MacOS</a> (x86_64)</li> - <li><a href="https://github.com/h3rald/hex/releases/download/v{{release}}/hex_v{{release}}_macos_arm64.zip" - target="_blank">hex v{{release}} for MacOS</a> (ARM64)</li> - <li><a href="https://github.com/h3rald/hex/releases/download/v{{release}}/hex_v{{release}}_windows_x86_64.zip" - target="_blank">hex v{{release}} for Windows</a> (x86_64)</li> - <li><a href="https://github.com/h3rald/hex/releases/download/v{{release}}/hex_v{{release}}_ape.zip" - target="_blank">hex v{{release}}</a> (<a href="https://justine.lol/ape.html" - target="_blank">αcτµαlly - pδrταblε εxεcµταblε</a>) - </li> - <li><a href="https://github.com/h3rald/hex/releases/download/v{{release}}/hex_v{{release}}_wasm.zip" - target="_blank">hex - v{{release}}</a> (<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>@@ -57,6 +23,17 @@ (WebAssembly) file
(requires the <a href="https://github.com/emscripten-core/emsdk" target="_blank">Emscripten SDK</a>). </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>Command Line Options</h3>