calling itk from javascript in nodejs (without using C++)

I would like to use some itk filters server-side from nodejs. I would like if possible to avoid writing bits of the code in C++. The web site of itk-wasm seems to only document the process of using C++. Is there a javascript wrapper that I can call directly?

@matt.mccormick could answer this.

We are working towards auto-generated filter itk-wasm WebAssembly modules. Please subscribe to this issue:

to track.