Update quadruple.wat.

This commit is contained in:
Remko Tronçon 2019-03-09 20:17:04 +01:00
parent ddcd38c0fb
commit d536309494

View file

@ -2,7 +2,6 @@
;; Used to 'reverse engineer' the binary code to emit from the compiler
(module $quadruple
(import "env" "table" (table 4 anyfunc))
(import "env" "tableBase" (global $tableBase i32))
(import "env" "memory" (memory 1))
(import "env" "tos" (global $tos i32))
@ -51,4 +50,4 @@
(call $word (get_local $n)))
(elem (get_global $tableBase) $word))
(elem (i32.const 44) $word))