Ian Klask

Results 4 issues of Ian Klask

I had an issue with my cjmcu-811 on firmware 1100. It kept throwing the following at startup: ``` setup: Starting CCS811 basic demo setup: ccs811 lib version: 10 setup: hardware...

I've been having issues getting AOT code to run on a WAMR runtime built for Win32. I'm not sure if there's something I'm missing or if there is an actual...

bug
fixed
aot compiler
platform

I've been using WAMR with intentions of embedding it within a 32bit app on windows. After pulling 2.0.0 I've noticed my AOT execution gets stuck in iwasm. Specifically inside the...

So it seems that debugging wasm code in WAMR relies on an older version of LLDB (v13.x) with a [specific patch applied](https://reviews.llvm.org/D78801). Having to pull an older version of LLVM,...

source debugger