diff options
Diffstat (limited to 'docs/demo/wat2wasm/examples.js')
-rw-r--r-- | docs/demo/wat2wasm/examples.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/demo/wat2wasm/examples.js b/docs/demo/wat2wasm/examples.js index 02fe3116..efdbfc09 100644 --- a/docs/demo/wat2wasm/examples.js +++ b/docs/demo/wat2wasm/examples.js @@ -76,7 +76,7 @@ for (let i = 1; i <= 15; i++) { (memory (data "hi")) (type (func (param i32) (result i32))) (start 1) - (table 0 1 anyfunc) + (table 0 1 funcref) (func) (func (type 1) i32.const 42 |