-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I tried to use npm install webassembly and wa compile failed to compile. I then forked and cloned this repo and tried it and it takes the same way. After investigating I determined the pre-compiled tools isn't untaring properly and in linux-x64 only clang is there and it's not executable.
I then tired untaring manually and that worked but when I tried to execute clang it failed because of missing shared libraries. In the end I used a local version of wasm clang, binaryen, want tools that I'd created previously. And symlinked tools/bin/linux-x64 to my build, and that worked.
Metadata
Metadata
Assignees
Labels
No labels