nandi/jolt-nativepublic Fork 0
5416ab28fada343bf6c0fd963096487787b0cf35
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Run the glimmer-gfx counter from the repo root 5416ab2 · on 5416ab28fada343bf6c0fd963096487787b0cf35 · nandi · 11d ago
deps.edn · 9 lines · 621 BClojure Blame HistoryRaw
1
2
3
4
5
6
7
8
9
;; Nothing in this repo is Clojure — the crates are cargo's and nix's business,
;; and the justfile is their entry point. This file exists for the one thing
;; that is neither: running a backend's example from the repo root.
;;
;; Through `nix develop` because a nix-built jolt cannot dlopen the host
;; /usr/lib libX11 — different glibc, fails before dlopen returns. The #gfx
;; shell is that one library on LD_LIBRARY_PATH and nothing else, so entering
;; it costs under a second once its env derivation is built.
{:tasks {gfx-demo "nix develop .#gfx -c bash -c 'cd glimmer-backends/glimmer-gfx && jolt counter'"}}