wasmception
wasmception copied to clipboard
clang will be hang when build a very simple c program using readme command.
I have successfully built wasmception clang using "make", but clang is hang when compiling a c hello world. My environment is Ubuntu 16.04, are there any special dependencies or constraints?
In the past there was a problem with threads in the lld. Can you try the same commands with -Wl,--no-threads (as in the example)? In any case, try to publish the entire project with the way to reproduce the problem.