File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 "build" : " npm run build:wasi" ,
88 "build:wasi" : " itk-wasm -b wasi-build -i itkwasm/wasi:latest-debug build" ,
99 "test" : " npm run test:wasi && npm run test:wasi:help" ,
10- "test:wasi" : " itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- ./Gourds.png label.png overlay.png" ,
11- "test:wasi:help" : " itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- -- help"
10+ "test:wasi" : " itk-wasm -b wasi-build run different-input-types.wasi.wasm -- ./Gourds.png label.png overlay.png" ,
11+ "test:wasi:help" : " itk-wasm -b wasi-build run different-input-types.wasi.wasm -- --help"
1212 },
1313 "author" : " Matt McCormick <matt@mmmccormick.com>" ,
1414 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "scripts" : {
77 "build" : " itk-wasm -i itkwasm/wasi build" ,
8- "test" : " itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- cthead1.png" ,
9- "test:quiet" : " itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- -- quiet cthead1.png" ,
10- "test:help" : " itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- -- help"
8+ "test" : " itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- cthead1.png" ,
9+ "test:quiet" : " itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --quiet cthead1.png" ,
10+ "test:help" : " itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --help"
1111 },
1212 "author" : " Matt McCormick <matt@mmmccormick.com>" ,
1313 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments