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
Copy file name to clipboardExpand all lines: content/blog/2024/12-12-rust-feature-debugging/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ cargo:warning= | ^~~~~~~~~~
21
21
cargo:warning=1 error generated.
22
22
```
23
23
24
-
So it looks like some crate is trying to build c code under the hood. That is not a problem on native build targets but it won't fly on **wasm**.
24
+
So it looks like some crate is trying to build C-code under the hood which depends on `stdlib.h`. That is not a problem on native build targets but it won't fly on **wasm**.
25
25
26
26
This happens in the `basis-universal` crate, what could that be good for? Reading up on it's [crates.io page](https://crates.io/crates/basis-universal) we find out that it is:
<p>So it looks like some crate is trying to build c code under the hood. That is not a problem on native build targets but it won't fly on <strong>wasm</strong>.</p>
43
+
<p>So it looks like some crate is trying to build C-code under the hood which depends on <code>stdlib.h</code>. That is not a problem on native build targets but it won't fly on <strong>wasm</strong>.</p>
44
44
<p>This happens in the <code>basis-universal</code> crate, what could that be good for? Reading up on it's <ahref="https://crates.io/crates/basis-universal">crates.io page</a> we find out that it is:</p>
45
45
<blockquote>
46
46
<p>Bindings for Binomial LLC's basis-universal Supercompressed GPU Texture Codec</p>
0 commit comments