wasm

Ingy döt Net 2026-02-23T19:15:25.749199Z

https://gloathub.org/blog/2026/02/22/introducing-gloat-and-glojure/ 🐐

$ (set -x; gloat -o hello.wasm <<<'(defn -main [] (println "Hello"))' && wasmer hello.wasm && wasmtime hello.wasm)
+ gloat -o hello.wasm
Converting directory /tmp/235b554c-1c32-41c5-8642-f9ba6debea6014025213884017648873 to /tmp/8fe47307-d3c5-4efb-85fa-b6414cc1c8d717035199917690022648/build
Found 1 source file(s)
  Converting 7828a3f5-117a-4740-bd8c-fad300c8c32c4781800477711341884.clj ...
  Compiling main.core ...
Main namespace: main.core
Go module: 
Generated: /tmp/8fe47307-d3c5-4efb-85fa-b6414cc1c8d717035199917690022648/build/go.mod
Generated: /tmp/8fe47307-d3c5-4efb-85fa-b6414cc1c8d717035199917690022648/build/main.go
Building wasm ...
Generated: hello.wasm
+ wasmer hello.wasm
Hello
+ wasmtime hello.wasm
Hello

2