;;;; sarcasm.asd (asdf:defsystem #:sarcasm :description "WASM runtime in Common Lisp" :author "Colin " :license "GPL3" :version "0.0.1" :depends-on (#:alexandria #:closer-mop) :pathname "src/" :serial t :components ((:file "util") (:file "types") (:file "raw-instrs") (:file "instr") (:file "ast")))