Tom Lauwaerts

Results 32 comments of Tom Lauwaerts

Fixed with c916d5e75dd254c29547e9a556f80dd34fd18d43 and da9013122e197d1d76f0958cff3d274acc372cc5. Should release with the next version.

I don't see this as a bug but rather a different way of doing things or a new feature. Maybe we can put this one commit on its own branch...

Yes. This has been a known issue for a year, and I finally got round to fixing it. This PR is not ready to be merged.

This has been broken since #73, but the behaviour/reason for the failure has changed since.

Protobuf generated code is far too large for embedded devices. Putting **on hold** for now.

Hi @Beanow, thanks for the question. > So my question starts there, is there a "hybrid" / extension model intended where you make use of C/CPP libraries and expose high...

> Now that sounds interesting :eyes: are there any limitations / gotchas? And could it address that slippery slope problem? I've never tried this myself, but I would expect the...

**Update: still too little memory left to allocate a Wasm memory page.** ``` Error(./src/Memory/mem.cpp:53): Could not allocate 131072 bytes for Module->memory.bytes abort() was called at PC 0x400d3ec7 on core 0...

The datastructures generated by jsmn are stored in Wasm linear memory. This probably leads to Rust allocating more memory pages. But this doesn't seem necessary at first glance. ```wasm (export...

Benchmarks actually do work with Arduino. I believe this means PSRAM is not being used with IDF compiled code. **Caveat:** Arduino crashes after 5 iterations: ``` Total heap: 275672 Free...