Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wasm-e2e
/
master
/
.
/
scripts
/
build-sexpr-wasm.sh
blob: 665058f24d88035bea5588e7dbbe45e9e6ed81ca [
file
]
#!/bin/bash
set
-
o nounset
set
-
o errexit
SCRIPT_DIR
=
"$(dirname "
$0
")"
ROOT_DIR
=
"$(dirname "
$
{
SCRIPT_DIR
}
")"
make
-
C
"${ROOT_DIR}/third_party/sexpr-wasm-prototype"