Make an include_bytes! work on Netlify

This commit is contained in:
Richard Feldman 2022-02-28 21:09:32 -05:00
parent 02ecb63b48
commit fbac24268b
No known key found for this signature in database
GPG Key ID: 7E4127D1E4241798

View File

@ -7,4 +7,10 @@ set -euxo pipefail
rustup update
rustup default stable
# TODO remove this once we actually build the web repl!
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
REPL_WASM_DATA=${SCRIPT_DIR}/../repl_wasm/data/
mkdir -p ${REPL_WASM_DATA}
touch ${REPL_WASM_DATA}/pre_linked_binary.o
bash build.sh