Skip to content

Commit 6af3e34

Browse files
committed
ENH: Add wasi build step
1 parent 0b98db4 commit 6af3e34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "npm run emscripten && npm run bindgen",
88
"emscripten": "npx itk-wasm -b emscripten-build build",
99
"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'",
10+
"wasi": "npx itk-wasm -b wasi-build -i itkwasm/wasi build",
1011
"clean": "git clean -fdx -e node_modules"
1112
},
1213
"license": "Apache-2.0",

0 commit comments

Comments
 (0)