Adrian Cole

Results 2050 comments of Adrian Cole

this one should be fixed on next release. However, the code won't work in wasi for another reason, which is that it doesn't support network calls needed for http.

I think main issue will be how to represent what should be an externref param unambiguously. Also, per spec they are supposed to be completely opaque from the perspective of...

@aykevl externref is a way to opaquely pass a value the host has in a way that the wasm compiled by tinygo never uses. It is intentional that it isn't...

@ribasushi I'm sorry this was frustrating for you. This is now sorted. If you don't mind closing the issue, I'd appreciate it. I'm a consumer of TinyGo and felt maybe...

@james-lawrence forked an issue for your above comment so it doesn't end up lost. This example can be made now and syntax changed later (among the other ones) https://github.com/tinygo-org/tinygo/issues/3154

I might suggest using a tinygo `//export` function to do the MD5 instead of re-buffering. Since the memory is shared, you can use an offset/len pair to update the hasher....

@aykevl > It's less clear to me how it can be integrated in the Makefile could a heavy or slow tag help? It is fairly common for projects to have...

I tried a workaround to help middle-ground approach.

looks like a green. feel free to squash on my behalf if this is a go @deadprogram etc!

anyone has my permission to squash or obviate this with another PR if the solution isn't good enough. I'll be away for a few days.