Andy

Results 5 issues of Andy

Hi, Is there a strong reason for ``build_llvm.py`` being written in python? Would you accept a pull request to convert this to a cmake script so it can be more...

Hi, After [this change](https://github.com/bytecodealliance/wasm-micro-runtime/pull/2529), is an embedder expected to check the exception matches "Exception: wasi proc exit" as iwasm now does to validate if there was an error? How stable...

Hi, I'm not sure if the following is possible with miniserde, or at least I haven't found a way so far. If I have data like: ``` { "tag": "MyTag",...

On a 64 bit host the top bits of `n` here can be garbage (as the value is 32bit in the wasm memory). I have promised @loganek I'll write some...

I did some memory profiling when loading Wasm files using the fast interpreter and noticed that not only do we process the Wasm binary to an internal representation, but we...

enhancement
wasm loader
footprint