You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably not unless there is an actual production use case and an active maintainer, as this sort of thing is tricky to implement securely. Informally, if you don't use wasi in your wasm module AND if the wasm module you are using in the signal handler is not also used in (1) the main program (2) other signal handlers (3) in an re-entrant signal handler, then this should probably be safe.
presumably it should be possible to use wasm2c modules within signal handlers (but not across them). should this be an officially supported use-case?
The text was updated successfully, but these errors were encountered: