Make emscripten directory world writable (#578)

Without this emscripten will default to using $HOME for the
emscripten cache rather than the embedded one.
This commit is contained in:
Sam Clegg
2020-07-31 13:41:13 -07:00
committed by GitHub
parent 1dc9fde175
commit 147abfe46c
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/bash
set -ex
sudo -u nobody `which emcc` --version
which asm2wasm
which llvm-ar
which emsdk