• A
    rustc: Start a custom cabi module for wasm32 · 74f5dd07
    Alex Crichton 提交于
    It actually was already using the `cabi_asmjs` module but that was by accident,
    so route the new `wasm32-unknown-unknown` target to a new `cabi_wasm32` module.
    The first entries in this module are to use `signext` and `zeroext` for types
    that are under 32 bytes in size
    
    Closes rust-lang-nursery/rust-wasm#88
    74f5dd07
lib.rs 11.2 KB