Bruno Luiz Silva

Results 25 comments of Bruno Luiz Silva

Seems Deno 1.9, released today, implements HTTP 2.0 🎉 https://deno.com/blog/v1.9#native-http%2F2-web-server

Just stumbled upon this bug. Are there any blockers left for it to be merged? I am more than happy to give a hand with any blockers.

I've ended up managing to make a working example which uses other exported functions to access the memory model (different from what I've found around). Is this the correct way...

> I would recommend against exporting functions that deal with one byte at a time, as that may be the reason why things are getting overloaded. There's an example here...

I guess it would be super helpful to have these closer to the TinyGo documentation. But, especially for developers using JavaScript (as in the current example), there is still no...

@yannh That is a really good idea! Hopefully, this will eventually be merged back to this repo. Two things though: 1. Perhaps creating a Golang program might help to curb...

@pappas999 Yeah, makes sense. Could you guys create a mono repository (lerna perhaps) in this GH account (`@smartcontractkit`), so people could open PRs on top of that repository? This way...

@codefromthecrypt Hey, I am using WASM just as a side thing, so I wouldn't have plenty of examples to give. I will add some to the description, but probably someone...

I might be wrong, but I guess the feature you want is not available in ffmpeg.wasm. There is no reference in the documentation for such a feature and there are...

I mean, the remote fetch feature. I guess it only works with files loaded to Emscripten file system. Another thing that doesn't work as well is streaming data in the...