mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
Add documentation
This commit is contained in:
parent
32f5c90426
commit
90262751c0
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue