There has been some interest on documentation for "getting started with tinygo + wasip2". do we have a place to publish such "getting started" guides?
I am happy to contribute writing that guide. (I wrote a very simple one for my blog: https://rajatjindal.com/blog/hello-world-using-wasip2-+-tinygo but I am not sure if it covers all the required details).
I think what I am thinking is the guide from an end-user perspective, who just want to write simple hello world component using go.
By updating the component model book is likely the best place: https://component-model.bytecodealliance.org/language-support/go.html
@Rajat Jindal the language docs in the component book that Bailey reference usually implement an example
world and then can go beyond to walk through implementing worlds that export and import interfaces. Let me know if you need any help at all
that would be awesome @Kate Goldenring . I think the first step would be to define the structure of the content that we would like there.
I will try to come up with a basic structure and we can brainstorm over that?
I think the structure should already be defined. We aim for the language guides to all have the same structure. For example, Rust's is the most flushed out: https://component-model.bytecodealliance.org/language-support/rust.html
that sounds good. so what I will do is to try to map go specific content to that structure. Also happy to do that synchronously with you if you are ok with that :)
@Rajat Jindal I am not sure I will have the time to pair on it this week, but I can certainly review or test out what you put together this week. Otherwise i can pair next week.
thank you Kate :thumbs_up:
Last updated: Nov 22 2024 at 17:03 UTC