I know that jco is doing the binding generator behind the scene for bindings that lift/lower component cannonical ABI to JavaScript but I have a hard time using the CLI to see the generated bindings myself. It seems to me that it's missing in the documentation of how to do this clearly. I'd like to use jco to generate binidngs in a way similar to wit-bindgen rust <path-to-wit> --stubs
Any help would be appreicate!