build
This commit is contained in:
parent
ea80f81c33
commit
ffed651b6e
Binary file not shown.
BIN
build/out.wasm
BIN
build/out.wasm
Binary file not shown.
|
@ -11,6 +11,8 @@
|
||||||
(import /src/prelude :as prelude)
|
(import /src/prelude :as prelude)
|
||||||
(import /src/json :as j)
|
(import /src/json :as j)
|
||||||
|
|
||||||
|
(math/seedrandom (os/cryptorand 8))
|
||||||
|
|
||||||
(defn ludus [source]
|
(defn ludus [source]
|
||||||
(when (= :error prelude/pkg) (error "could not load prelude"))
|
(when (= :error prelude/pkg) (error "could not load prelude"))
|
||||||
(def ctx @{:^parent prelude/ctx})
|
(def ctx @{:^parent prelude/ctx})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user