Closed pubpy2015 closed 2 years ago
Hi,
I am clone your project by using command:
// clone jessibuca git clone https://github.com/langhuihui/jessibuca.git // clone ffmpeg cd jessibuca git submodule update --init
and clone Emscripten
git clone https://github.com/emscripten-core/emsdk.git cd emsdk git pull emsdk install latest emsdk activate latest
and build:
npm run build => ok
npm run build:wasm => failed!
Please help me to solve this problem.
Hi, you can cd ./wasm dir and then exec 'python wasm/make.py --wasm'
Hi,
I am clone your project by using command:
// clone jessibuca git clone https://github.com/langhuihui/jessibuca.git // clone ffmpeg cd jessibuca git submodule update --init
and clone Emscripten
git clone https://github.com/emscripten-core/emsdk.git cd emsdk git pull emsdk install latest emsdk activate latest
and build:
npm run build => ok
npm run build:wasm => failed!
Please help me to solve this problem.