Skip to content
Advertisement

WebAssembly emsdk installation fails

I want to install EMSDK for WASM compilation but EMSDK installation fails.

I’ve already installed Cmake (3.14.0-rc1 also tried 3.5.2 then) on Ubuntu 16.

When I run ./emsdk install sdk-incoming-64bit binaryen-master-64bit it fails:

JavaScript

Advertisement

Answer

You are probably missing make as cmake is complaining that there is no make program. Try sudo apt-get install build-essential

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement