dtolnay / linkme

Safe cross-platform linker shenanigans
Apache License 2.0
626 stars 42 forks source link

Document whether there is WASM support #86

Open Bajix opened 5 months ago

Bajix commented 5 months ago

It's unclear whether WASM is supported. I assume it's probably not, but it would be informative if this was mentioned either way

jdonszelmann commented 4 months ago

It looks like there is not, at this moment (I tried to build the example test on wasm32-wasi and that did not work).

mpapierski commented 3 months ago

Is that even possible to implement linkme for wasm32 targets?