612 B
612 B
sublunar.almanac
browser based tool to find auspicious hours for magical operations
http://almanac.sublunar.space/
check the article here
Running without PHP (WASM path)
- Build wasm assets:
podman run --rm --userns=keep-id -v $(pwd):/src:Z -w /src/lib/sweph docker.io/emscripten/emsdk make -f JSMakefile clean pmom install - Serve statically with Caddy (example in
Caddyfile):caddy run --config Caddyfile - Ensure
js/pmom.jsandjs/pmom.wasmare served (Caddyfile setsapplication/wasmfor*.wasm).