Skip to content

Commit

Permalink
ENH: Build wasi in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 14, 2023
1 parent 5aee1ae commit 6972bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "npm scripts to generate itk-wasm artifacts.",
"type": "module",
"scripts": {
"build": "npm run emscripten && npm run bindgen",
"build": "npm run emscripten && npm run bindgen && npm run wasi",
"emscripten": "npx itk-wasm -b emscripten-build build",
"bindgen": "npx itk-wasm -b emscripten-build bindgen --output-dir wasm/typescript --package-name mesh-to-poly-data --package-description \"Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.\" --repository 'https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData'",
"wasi": "npx itk-wasm -b wasi-build -i itkwasm/wasi build",
Expand Down

0 comments on commit 6972bd9

Please sign in to comment.