Name WAForth module

This commit is contained in:
Remko Tronçon 2022-05-03 21:37:58 +02:00
parent caa976597d
commit 64357b336f

View file

@ -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)))
)