Package Details: emscripten-git 2:2.0.15.r31.g249815cf7-2

Git Clone URL: https://aur.archlinux.org/emscripten-git.git (read-only, click to copy)
Package Base: emscripten-git
Description: LLVM-to-JavaScript compiler
Upstream URL: http://emscripten.org
Licenses: custom
Conflicts: binaryen, emscripten
Provides: emscripten
Submitter: None
Maintainer: kjkent
Last Packager: haawda
Votes: 28
Popularity: 0.000000
First Submitted: 2012-10-01 17:47 (UTC)
Last Updated: 2021-03-13 19:40 (UTC)

Dependencies (13)

Required by (9)

Sources (5)

Pinned Comments

kjkent commented on 2024-06-29 13:04 (UTC)

I found this PKGBUILD orphaned, without any commits in the last few years. I've just adopted it and will get to updating it ASAP, though it might be sometime in the next week.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

svenstaro commented on 2015-01-25 23:08 (UTC)

Getting this: CRITICAL root: Cannot find /opt/emscripten-fastcomp/clang++, check the paths in ~/.emscripten Perhaps some things have been changing upstream?

carstene1ns commented on 2014-11-02 08:55 (UTC)

@Svenstaro et al.: done[1]. I did a few things a bit different than this package, though. However, as I just recently started using emscipten, there might be things to improve. Most tests of the included test suite run fine so far. [1]: https://aur.archlinux.org/packages/emscripten/

haawda commented on 2014-09-26 20:20 (UTC)

fixed

Idorobots commented on 2014-09-26 12:13 (UTC)

haawda, I've run into the same problem as lugubrious. It turns out that the current PKGBUILD doesn't compile emscripten-fastcomp-clang even though it's required to properly run emscripten. I've made a patch that fixes that (in addition to fixing `emcc --help` etc): https://gist.github.com/Idorobots/ad4d749074f1d3715019

svenstaro commented on 2014-09-25 00:45 (UTC)

Somebody make an emscripten (no git) package from the releases so I can eventually stick it into [community]! :P

haawda commented on 2014-09-24 20:11 (UTC)

lugubrious, I cannot reproduce your error.

lugubrious commented on 2014-09-24 07:02 (UTC)

I've figured out what's wrong - I need to run it with EMCC_FAST_COMPILER=0 Is there any way to run it with the fast compiler or do I need more tools? Also as an amendment, I had to remove then reinstall clang to get it to correctly copy over the clang files to /opt/emscripten-fasctomp/

lugubrious commented on 2014-09-24 06:45 (UTC)

I'm getting this error error: unknown target triple 'asmjs-unknown-emscripten', please use -triple or -arch ERROR root: compiler frontend failed to generate LLVM bitcode, halting Any ideas? I'm a bit clueless. thanks

haawda commented on 2014-09-16 18:54 (UTC)

build failed when using clang to compile, so I explicitely set CC=gcc now.