Yonggang Luo
Yonggang Luo
Seems discussed a lot, what's the real blocker?
So we reverse the dependencies? std -> pal-> OS|Bare-metal|(WASM minimal layer) (Don't depends on Libc) std -> libm(https://github.com/japaric/m) relibc -> OS|Bare-Metal|(WASM minimal layer) relibc -> (libm) relibc [a posix implementation],...
``` fn foo(x: bool) { // SSE2 avx(); // WARNING # can these can be deteceted at the very begging? # So this just expand to a variable. if is_x86_feature_detected!("avx")...
The windows CI also fixed by this MR
> 1. This contains changes beyond the minimal code required to enable -Wundef (e.g. edits to build files, adding underscores to struct fields, etc.). Could we reduce it to just...
@thughes @martijnvels Please take a look at this MR
@thughes There is an issue, the bazel didn't guard -Wundef option # Enable Warn if an undefined identifier is evaluated in an #if directive. Such identifiers are replaced with zero....
Can deno static link to c library to resolve issue like golang does?