SOUL WASM Documentation?

Hi there. I was wondering if there is any documentation available on how to make use of the wasm export available using the soul command line tool. I don’t see anything in the Github repo.

Using wasm2wat I can see that there are only a handful of exports. It would be very helpful if there was a little bit of guidance as to their usage, since the assembly code is fairly opaque to read and understand compared to e.g. the exported c++ which is easy enough to make sense of and also has lots of helpful comments.

Yes, good point. I’ll have a go at documenting it and adding it to the repo.

Thanks! I really appreciate all the superb work you all are doing.