SWI-Prolog / swipl-wasm

Run SWI-Prolog in your browser using WebAssemply
74 stars 5 forks source link

Disable signals in wasm build #5

Open rla opened 6 years ago

rla commented 6 years ago

Signals are not supported by WebAssembly although there are stub versions available that do nothing. The stubs just print a message like: Calling stub instead of sigaction().