Skip to content

Commit

Permalink
ENH: Add wasi debug build script target
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Mar 15, 2023
1 parent 1584960 commit ff2a6ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -7,6 +7,7 @@
"build": "npm run build:emscripten && npm run bindgen:typescript && npm run build:wasi",
"build:emscripten": "itk-wasm -i itkwasm/emscripten:20230214-4d22c050 build",
"build:wasi": "itk-wasm -i itkwasm/wasi:20230214-4d22c050 build",
"build:wasi:debug": "itk-wasm -i itkwasm/wasi:20230214-4d22c050-debug build -- -DCMAKE_BUILD_TYPE=Debug",
"bindgen:typescript": "itk-wasm -b emscripten-build bindgen --output-dir wasm/typescript --package-name @itk-wasm/cleaver --package-description \"The Cleaver multimaterial tetrahedral meshing tool.\" --repository 'https://github.com/SCIInstitute/Cleaver2'",
"clean": "git clean -fdx -e node_modules"
},
Expand Down

0 comments on commit ff2a6ac

Please sign in to comment.