File tree Expand file tree Collapse file tree 6 files changed +421
-7
lines changed Expand file tree Collapse file tree 6 files changed +421
-7
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ jobs:
5959 steps :
6060 - uses : actions/checkout@v3
6161
62- - name : Use Node.js 20
62+ - name : Use Node.js 22
6363 uses : actions/setup-node@v3
6464 with :
65- node-version : 20
65+ node-version : 22
6666
6767 - name : Setup `spin`
6868 uses : fermyon/actions/spin/setup@v1
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ all: build
99build :
1010 cargo build --release --target $(CARGO_BUILD_TARGET )
1111 mkdir -p $(OUTPUT_DIR )
12- jco new $(WASM_FILE ) -o $(OUTPUT_WASM ) --wasi-reactor
13- jco transpile -q --name wit_tools $(OUTPUT_WASM ) -o $(LIB_DIR ) -- -O1
12+ npx @bytecodealliance/ jco new $(WASM_FILE ) -o $(OUTPUT_WASM ) --wasi-reactor
13+ npx @bytecodealliance/ jco transpile -q --name wit_tools $(OUTPUT_WASM ) -o $(LIB_DIR ) -- -O1
1414
1515clean :
1616 cargo clean
You can’t perform that action at this time.
0 commit comments