about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/wasm64_unknown_unknown.rs
AgeCommit message (Expand)AuthorLines
2023-11-08targets: move target specs to spec/targetsDavid Wood-47/+0
2023-11-08target: move base specs to spec/baseDavid Wood-2/+2
2022-10-06rustc_target: Refactor internal linker flavorsVadim Petrochenkov-5/+3
2022-06-25rustc_target: Some more tests and fixes for linker argumentsVadim Petrochenkov-4/+9
2022-06-25rustc_target: Add convenience functions for adding linker argumentsVadim Petrochenkov-11/+12
2022-04-27Update data layout string for wasm64-unknown-unknownAlex Crichton-1/+1
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-9/+9
2021-11-10Enable WebAssembly features by default on wasm64Alex Crichton-0/+5
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-5/+4
2021-08-16Update wasm data layoutNikita Popov-1/+1
2021-04-04wasm64Gus Caplan-0/+39