Project

General

Profile

« Previous | Next » 

Revision 3f633e57

Added by katei (Yuta Saito) over 1 year ago

[wasm-pic] Remove --pass-arg=asyncify-ignore-imports from POSTLINK

Before PIC era, we could assume that the stack is not unwound by
imported functions since all imported functions are WASI syscalls and
they don't use Asyncify at all. However, PIC binary can import functions
from other modules and we cannot guarantee that they won't unwind
the stack.