▲ | ycombinatrix 5 days ago | |
>There’s a few variants. wasm32-unknown-unknown (here using unknown instead of none as the system, oops) Why isn't it called wasm32-none-none? | ||
▲ | pie_flavor 5 days ago | parent [-] | |
As far as I can tell, it's because libstd exists (but is full of do-nothing stubs). There is another `wasm32-none` target which is no_std. |