Skip to content

Commit

Permalink
ENH: Add wasi build step
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 14, 2023
1 parent 0b98db4 commit 6af3e34
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 emscripten && npm run bindgen",
"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",
"clean": "git clean -fdx -e node_modules"
},
"license": "Apache-2.0",
Expand Down

0 comments on commit 6af3e34

Please sign in to comment.