Skip to content

Commit 6972bd9

Browse files
committed
ENH: Build wasi in build script
1 parent 5aee1ae commit 6972bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "npm scripts to generate itk-wasm artifacts.",
55
"type": "module",
66
"scripts": {
7-
"build": "npm run emscripten && npm run bindgen",
7+
"build": "npm run emscripten && npm run bindgen && npm run wasi",
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'",
1010
"wasi": "npx itk-wasm -b wasi-build -i itkwasm/wasi build",

0 commit comments

Comments
 (0)