Ron Evans

Results 827 comments of Ron Evans

Making some progress on this in #1855 when running against latest TinyGo `dev` branch plus branch of the TinyGo `net` package. Current status: ``` $ tinygo flash -size short -target...

We made it! Thank you to @orsinium @evacchi @achille-roussel and everyone else who helped make this happen. I will close this issue now. We can open smaller more focused individual...

We will probably have our next release in approximately 4 weeks.

If I try to execute my WASM code compiled targeting wasi but without the `WAMR_BUILD_LIBC_WASI=1` I get the following log from the board after flashing: ``` Connected to /dev/ttyACM0. Press...

If I compile `iwasm` for Linux, and I set `WAMR_BUILD_LIBC_WASI 0` then I get the following error: ``` $ ./iwasm ../../../app-samples/hello-world-tinygo/test.wasm [16:13:34:719 - 7FCAE7617B80]: warning: failed to link import function...

Hello @hasheddan any updates on this by any chance? :smile_cat:

Hello @cedricve you would need to add another wrapper function to GoCV such as `ImageToMatYCbCr()` that is similar to the existing `ImageToMatRGBA()` function: https://github.com/hybridgroup/gocv/blob/master/core.go#L801

> This is understandable since the image is not yet released That is built and pushed when there is a push to the `build-opencv-images` which I took care of yesterday....