Arjun Ramesh

Results 5 issues of Arjun Ramesh

It looks like `wamrc` currently supports generating LLVM optimized and unoptimzed code. I am looking to run some instrumentation passes on this LL file and generate an AoT executable again....

The WASM interpreted module structures have interfaces for exported globals, but it seems like AoT structures only implement exported functions. Is this a feature on the radar for future releases?...

**Describe the bug** Setting the "label_dist" on Edge doesn't change rendering **To reproduce** ``` from igraph import * import math if __name__ == '__main__': g = Graph(directed=True) g.add_vertices(4) g.add_edges([(2,0), (1,3),...

wishlist

With the multi-memory proposal passing Phase 4 later last year, it seems like WAMR is yet to support multiple memories. Is there any intention of supporting this feature?

new requirement

Are there plans to support exception handling proposal in the fast interpreter in WAMR soon?

exception handling