Try to start WebAssembly but got some error on console
fasttext.js:17 Uncaught (in promise) TypeError: fastTextModule.addOnPostRun is not a function
at fasttext.js:17
Version : master at 30 July 2020
I have the same error, I am using 1.39.20 version of Emscripten:
$ em++ --version
emcc (Emscripten gcc/clang-like replacement) 1.39.20 (45d43807ec2b74673acc703dd1145ac0d2d1040a)
Copyright (C) 2014 the Emscripten authors (see AUTHORS.txt)
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
fix by #1116
Most helpful comment
fix by #1116