Skip to content
Snippets Groups Projects
  • Alex Crichton's avatar
    d9933b77
    Compile an empty library on wasm32 non-Emscripten · d9933b77
    Alex Crichton authored
    In preparation for eventually having a non-Emscripten based wasm32 target, this
    commit makes `libc` the crate an empty library on wasm32 targets that are not
    with `target_os = "emscripten"`. This may eventually get filled out over time,
    but for now it's all empty!
    d9933b77
    History
    Compile an empty library on wasm32 non-Emscripten
    Alex Crichton authored
    In preparation for eventually having a non-Emscripten based wasm32 target, this
    commit makes `libc` the crate an empty library on wasm32 targets that are not
    with `target_os = "emscripten"`. This may eventually get filled out over time,
    but for now it's all empty!
lib.rs 13.12 KiB