Enter-tainer / jogs

MIT License
17 stars 1 forks source link

Add some details on building the wasm module. #2

Closed yy-zhong closed 4 months ago

yy-zhong commented 4 months ago

The instruction in the build.sh is quite clear, but some of the command in it isn't that easy to understand. For example, this line https://github.com/Enter-tainer/jogs/blob/fa72d8923e8cbddd792118961577bcf3f9b7db46/build.sh#L7 uses the wasi-stub tool. But it lacks some information of the tool itself, like the tool is actually located in the wasm-minimal-protocol.

So I suggest adding some useful information to it. ╰(°▽°)╯

Enter-tainer commented 4 months ago

i would like encourage anyone interested to add more detailed build instructions

yy-zhong commented 4 months ago

i would like encourage anyone interested to add more detailed build instructions

Just made an pull request on this! 😁