Add documentation

This commit is contained in:
Remko Tronçon 2022-05-28 21:50:03 +02:00
parent 32f5c90426
commit 90262751c0

View file

@ -2069,6 +2069,13 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Compiler functions
;;
;; `compileXXXX` functions compile Forth words. These are mostly defined in terms of
;; several lower level `emitXXXX` functions.
;;
;; `emitXXXX` words are low level functions that emit a single WebAssembly
;; instruction in binary format. This is a direct translation from the WebAssembly
;; spec.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Initializes compilation.