Skip to content

Commit

Permalink
chore: rename justfile to Justfile
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Adossi <[email protected]>
  • Loading branch information
vados-cosmonic committed Jan 9, 2025
1 parent b42a052 commit 7ccada1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions scripts/componentize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

#set -euo pipefail

wizer="${WIZER:-/home/mrman/code/work/cosmonic/forks/StarlingMonkey/deps/cpm_cache/wizer/c1b712470d9462829d63752639ff795f60d7226b/wizer/wizer}"
wasm_tools="${WASM_TOOLS:-/home/mrman/code/work/cosmonic/forks/StarlingMonkey/deps/cpm_cache/wasm-tools/90e5918ec712eb7cbb14ad6065c75e66d859d6b9/wasm-tools/wasm-tools}"
weval="${WEVAL:-/home/mrman/code/work/cosmonic/forks/StarlingMonkey/deps/cpm_cache/weval/0fdc09e0ba410ccdfca022306a1f2f72aa0dd1e1/weval/weval}"
aot=0
wizer="${WIZER:-@WIZER_DIR@/wizer}"
wasm_tools="${WASM_TOOLS:-@WASM_TOOLS_BIN@}"
weval="${WEVAL:-@WEVAL_BIN@}"
aot=@AOT@
preopen_dir="${PREOPEN_DIR:-}"

usage() {
Expand Down

0 comments on commit 7ccada1

Please sign in to comment.