I followed your instructions in this post : Porting C++ app to VTK.js and these helped me a lot. But I have no idea about how can I use builded .js or …wasm.js files. For example, this page. I examined this page’s github repository but I can’t understand.
Hi! If you’re using itk-js, have you looked at Hello World Node? It shows how to run your cross-compiled C++ in the node.js environment. In order to run it in the web browser, you can refer to the itk.js API docs, specifically runPipelineBrowser.