Heejin Ahn

Results 151 comments of Heejin Ahn

> > And it was a little confusing that the PR description argues we should remove `-wasm-enable-eh/sjlj` options, which disagree, when the code seems to fix something else. Those flags...

3.1.57 is rather old. Can you check if updating to the newest version fix the problem, in case the bug has been fixed in the meantime?

Looking the stack trace, it looks similar to the ones in https://github.com/llvm/llvm-project/issues/97496 and #22170, both of which reported the same bug. That bug was fixed in https://github.com/llvm/llvm-project/pull/99730. They said the...

Not sure if your problem is this, but I remember this upstream Clang change (https://github.com/llvm/llvm-project/pull/90152) in April caused compilation failures in application code that had compiled before. They had real...

Thanks for the work! I'll be OOO for a week from tomorrow; I'm not an expert of Wabt but I can take a look once I come back. (You don't...

It looks this still contains many stuff other than the interpreter. I think parsing and printing can go first before the interpreter and split to another PR.

I'm not sure if I understood your request correctly. When `-sEXCEPTION_STACK_TRACES` (or `-sASSERIONS` or `-O0`, both of which set `-sEXCEPTION_STACK_TRACES`) is set, all native exceptions thrown in C++ call out...

Sorry I may lack some context, but what is this test about? They say `setjmp` and `longjmp` but here they are just normal functions. Does this test have any specific...

I'm not familiar with the code part, but functionality-wise, it sounds nice. My workflow is also somewhat similar to Derek's; I often work on LLVM that can affect the library...