1. 17 7月, 2018 1 次提交
    • A
      rustc: Use link_section, not wasm_custom_section · b7ef6748
      Alex Crichton 提交于
      This commit transitions definitions of custom sections on the wasm target from
      the unstable `#[wasm_custom_section]` attribute to the
      already-stable-for-other-targets `#[link_section]` attribute. Mostly the same
      restrictions apply as before, except that this now applies only to statics.
      
      Closes #51088
      b7ef6748
  2. 16 7月, 2018 28 次提交
  3. 15 7月, 2018 11 次提交