mirror of
https://github.com/remko/waforth
synced 2025-01-14 08:01:34 +01:00
Name WAForth module
This commit is contained in:
parent
caa976597d
commit
64357b336f
1 changed files with 2719 additions and 2716 deletions
|
@ -2,6 +2,8 @@
|
|||
;; WAForth
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(module $WAForth
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; External function dependencies.
|
||||
;;
|
||||
|
@ -2773,3 +2775,4 @@
|
|||
(func (export "set_state") (param $latest i32) (param $here i32)
|
||||
(global.set $latest (local.get $latest))
|
||||
(global.set $here (local.get $here)))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue