WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
534 stars 77 forks source link

Syslog #167

Closed Sebgg closed 3 years ago

Sebgg commented 3 years ago

Hello!

Is there any way to include syslog.h in a c-program that will compile to Wasm/WASI at the moment?

Hywan commented 3 years ago

Hello,

Thank you for your question. Unfortunately this repository doesn't aim at providing support for Wasm or WASI compiled from C :-). My best advice is: Try! If it doesn't compile or doesn't run correctly, take a look at wasi-libc, clang, or wasienv.

Sebgg commented 3 years ago

Thanks for the answer!