Closed thewtex closed 1 year ago
@aylward here is what an example tubetk wasm pipeline can look like :tada: :taco: :
Native:
❯ ./crop-image ES0015_Large.mha test.mha --min '[15,15]'
WASI:
npx itk-wasm run ./wasi-build/crop-image.wasi.wasm -- -- ./ES0015_Large.mha ./test.mha --min '[15,15]'
bindgen generates Typescript / JavaScript bindings and documentation. There is a bug to fix in the Typescript generation, but help is working:
bindgen
Wow! Amazing!!!
@aylward here is what an example tubetk wasm pipeline can look like :tada: :taco: :
Native:
WASI:
bindgen
generates Typescript / JavaScript bindings and documentation. There is a bug to fix in the Typescript generation, but help is working: