Andy
Andy
I understand the usage, I'm wondering why python is used rather than cmake
As above though: > WAMR will use it to prepare llvm libraries compilation in CI This suggests it is generated temporarily on CI at least and part of the build...
The closest I got was a custom struct which can hold all possible properties for content, e.g: ```rust use miniserde::{make_place, Deserialize, Result}; use miniserde::de::{Deserialize as DeserializeTrait, Map, Visitor}; make_place!(Place); #[derive(Debug,...
Thank you for the responses, I'll close this.
Hi, sorry - I meant as an embedder so not using iwasm. I think at the moment if we call a wasm function then we are required to check for...
I think an issue here will be that wasm_c_api is implementing https://github.com/WebAssembly/wasm-c-api which does not have any API for debugger.
Hi, thanks for looking - yes your suggestion looks good to me
Thanks, I just had a go with this suggestion and it works nicely, however some of the code linked is using wamr internals (E.g. os_mmap, many compiler definitions etc) and...
> Note that it only frees SECTION_TYPE_DATA section, but for fast-interp, maybe you can try to free SECTION_TYPE_FUNC also Is there any guidance on which sections I must keep after...