diff options
Diffstat (limited to 'demo/wat2wasm/demo.js')
-rw-r--r-- | demo/wat2wasm/demo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/wat2wasm/demo.js b/demo/wat2wasm/demo.js index 69876a43..7974c5a8 100644 --- a/demo/wat2wasm/demo.js +++ b/demo/wat2wasm/demo.js @@ -20,7 +20,7 @@ Split(["#top-row", "#bottom-row"], { direction: 'vertical' }); -wabt.ready.then(function () { +WabtModule().then(function(wabt) { var kCompileMinMS = 100; |