Stream: wasi

Topic: wasi-common and staticlib/cdylib


view this post on Zulip Alex Crichton (Mar 13 2020 at 21:49):

@Jakub Konka do you know why wasi-common is compiled as a staticlib and a cdylib?

view this post on Zulip Alex Crichton (Mar 13 2020 at 21:49):

I've seen that lead to increased build times in the past, and it's somewhat non-idiomatic, so it'd be nice if we could remove it

view this post on Zulip Alex Crichton (Mar 13 2020 at 21:49):

and/or split out the staticlib/cdylib parts to a separate crate

view this post on Zulip Jakub Konka (Mar 13 2020 at 22:00):

Actually, I’m not sure! I can’t even recall who or when we added that it. Cdylib caused me some headaches when I was playing with emscripten with wasi-common. Anyhow, i reckon it’s a good idea to clean that up!


Last updated: Nov 22 2024 at 16:03 UTC