mirror of
https://github.com/remko/waforth
synced 2025-02-05 20:46:22 +01:00
Update quadruple.wat.
This commit is contained in:
parent
ddcd38c0fb
commit
d536309494
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
;; Used to 'reverse engineer' the binary code to emit from the compiler
|
;; Used to 'reverse engineer' the binary code to emit from the compiler
|
||||||
(module $quadruple
|
(module $quadruple
|
||||||
(import "env" "table" (table 4 anyfunc))
|
(import "env" "table" (table 4 anyfunc))
|
||||||
(import "env" "tableBase" (global $tableBase i32))
|
|
||||||
(import "env" "memory" (memory 1))
|
(import "env" "memory" (memory 1))
|
||||||
(import "env" "tos" (global $tos i32))
|
(import "env" "tos" (global $tos i32))
|
||||||
|
|
||||||
|
@ -51,4 +50,4 @@
|
||||||
|
|
||||||
(call $word (get_local $n)))
|
(call $word (get_local $n)))
|
||||||
|
|
||||||
(elem (get_global $tableBase) $word))
|
(elem (i32.const 44) $word))
|
||||||
|
|
Loading…
Add table
Reference in a new issue