changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/web/wasm/pkg.lisp

changeset 698: 96958d3eb5b0
parent: 4d8451fe5423
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; pkg.lisp --- Wasm Packages
2 
3 ;; https://webassembly.github.io/spec/
4 
5 ;;; Code:
6 (defpackage :web/wasm/text
7  (:use :cl :std :dat/proto :dat/sxp))
8 
9 (defpackage :web/wasm/binary
10  (:use :cl :std :dat/proto))
11 
12 ;; (defpackage :web/wasm/vm
13 ;; (:use :cl :std :web/sys :web/wasm/binary))