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
Trying to build wasmtime on OpenBSD noticed it's trying to pull in malloc.h. It should be using stdlib.h like FreeBSD. Unless you get to it first, I'll submit a MR shortly. Thanks
The text was updated successfully, but these errors were encountered:
malloc.h is non-standard and obsolete, even on linux. It is required for some old functions like memalign but after looking over jitprofiling.c I don't see why it is needed, even on linux.
Trying to build wasmtime on OpenBSD noticed it's trying to pull in
malloc.h
. It should be usingstdlib.h
like FreeBSD. Unless you get to it first, I'll submit a MR shortly. ThanksThe text was updated successfully, but these errors were encountered: