bayleeadamoss / zazu

:rocket: A fully extensible and open source launcher for hackers, creators and dabblers.
http://zazuapp.org
MIT License
2.09k stars 168 forks source link

ReferenceError: WebAssembly is not defined #340

Closed linonetwo closed 5 years ago

linonetwo commented 5 years ago

Expected Behavior

Nodejs should have WebAssembly

Actual Behavior

undefined due to low nodejs version

Steps to reproduce the behavior

Try run sql.js inside node v6 https://github.com/kripken/sql.js/issues/270#issuecomment-491766266

Versions

App Environment: production App Version: 0.5.2 Electron Version: 1.3.14 Node Version: 6.5.0 Chrome Version: 52.0.2743.82

linonetwo commented 5 years ago

Will be fixed by https://github.com/tinytacoteam/zazu/pull/341

linonetwo commented 5 years ago

Though it won't throw error, but sql.js seems don't work properly in NodeJS v12.

Maybe try it later https://github.com/kripken/sql.js/issues/241#issuecomment-492268566