Stream: SIG Documentation

Topic: Question about adding "getting started with tinygo + wasip2"


view this post on Zulip Rajat Jindal (Sep 18 2024 at 11:08):

There has been some interest on documentation for "getting started with tinygo + wasip2". do we have a place to publish such "getting started" guides?

view this post on Zulip Rajat Jindal (Sep 18 2024 at 11:11):

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.

view this post on Zulip Bailey Hayes (Sep 19 2024 at 13:51):

By updating the component model book is likely the best place: https://component-model.bytecodealliance.org/language-support/go.html

https://github.com/bytecodealliance/component-docs/blob/main/component-model/src/language-support/go.md

Documentation around creating and using WebAssembly Components - bytecodealliance/component-docs

view this post on Zulip Kate Goldenring (Sep 24 2024 at 03:21):

@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

view this post on Zulip Rajat Jindal (Sep 24 2024 at 04:31):

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.

view this post on Zulip Rajat Jindal (Sep 24 2024 at 04:33):

I will try to come up with a basic structure and we can brainstorm over that?

view this post on Zulip Kate Goldenring (Sep 24 2024 at 04:33):

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

view this post on Zulip Rajat Jindal (Sep 24 2024 at 04:37):

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 :)

view this post on Zulip Kate Goldenring (Sep 24 2024 at 04:41):

@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.

view this post on Zulip Rajat Jindal (Sep 24 2024 at 04:53):

thank you Kate :thumbs_up:


Last updated: Oct 23 2024 at 20:03 UTC