Emscripten does not support WebAssembly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| emscripten (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
The emscripten package delivers emscripten version 1.22.1 from 2014, which did not have support for WebAssembly.
Compiling a newer version manually isn't that hard (see https:/
C.W.Holeman II (cwhii) wrote : | #2 |
Why would emcc from the current version of emscripten, 1.22.1-1build1, installed from the ubuntu synaptic package manager expect LLVM to be at 3.4 when the LLVM versions listed in synaptic are 3.7, 3.8, 3.9 & 4.0? I would presume that emcc would not give an error if I did things correctly. What is not right?
$ emcc -v
emcc (Emscripten GCC-like replacement + linker emulating GNU ld ) 1.22.1
clang version 4.0.0-1ubuntu1 (tags/RELEASE_
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/
Found candidate GCC installation: /usr/bin/
Found candidate GCC installation: /usr/bin/
Found candidate GCC installation: /usr/bin/
Found candidate GCC installation: /usr/bin/
Found candidate GCC installation: /usr/bin/
Found candidate GCC installation: /usr/lib/
Found candidate GCC installation: /usr/lib/
Found candidate GCC installation: /usr/lib/
Found candidate GCC installation: /usr/lib/
Found candidate GCC installation: /usr/lib/
Found candidate GCC installation: /usr/lib/
Selected GCC installation: /usr/bin/
Candidate multilib: .;@m64
Selected multilib: .;@m64
WARNING root: LLVM version appears incorrect (seeing "(tags/
INFO root: (Emscripten: Running sanity checks)
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
Status changed to 'Confirmed' because the bug affects multiple users.