Skip to content

Commit

Permalink
build: Add debug wasi script, verbose test output for versor example
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Mar 16, 2023
1 parent eb5c1ca commit 07caf9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/mean-squares-versor-registration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"scripts": {
"build": "npm run build:wasi && npm run build:emscripten",
"build:wasi": "itk-wasm -i itkwasm/wasi:latest build",
"build:wasi:debug": "itk-wasm -i itkwasm/wasi:latest-debug build -- -DCMAKE_BUILD_TYPE=Debug",
"build:emscripten": "itk-wasm -i itkwasm/emscripten:latest build",
"test": "npm run test:wasi && npm run test:wasi:help && npm run test:emscripten",
"test:wasi": "itk-wasm test",
"test:wasi": "itk-wasm test -- -- -V",
"test:wasi:help": "itk-wasm run mean-squares-versor-registration.wasi.wasm -- -- --help"
},
"author": "Matt McCormick <matt.mccormick@kitware.com>",
Expand Down

0 comments on commit 07caf9c

Please sign in to comment.