Hi, I'm trying to get a build of the .net NativeAOT runtime going with the wasi-sdk and I'm missing the struct rlimit
I see it is behind __wasilibc_unmodified_upstream
. What is the purpose of __wasilibc_unmodified_upstream
?
The immediate purpose is to comment out parts of musl which aren't supported. WASI doesn't currently have a getrlimit
function, so we comment out the rlimit
struct.
Thanks! I will investigate how we can do without it.
Scott Waye has marked this topic as resolved.
Last updated: Nov 22 2024 at 16:03 UTC