Andy

Results 5 comments of 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...