wasm-encoder

MIT

Library for serializing WebAssembly modules to binary .wasm files

$ area51 add wasm-encoderCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(wasm-encoder:some-function ...)