wasm-encoder
Library for serializing WebAssembly modules to binary .wasm files
$ area51 add wasm-encoderCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(wasm-encoder:some-function ...)