diff options
| author | Brian Anderson <banderson@mozilla.com> | 2016-09-06 00:41:50 +0000 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2016-09-30 14:02:45 -0700 |
| commit | b8b50f0eda08e19e7c96377681f82ac17c76775d (patch) | |
| tree | 411e10f72395aca9ce8581582f9450681fb384a8 /src/liballoc_system | |
| parent | b2dfeac6907ab63a3261cfa66c04db239d138433 (diff) | |
| download | rust-b8b50f0eda08e19e7c96377681f82ac17c76775d.tar.gz rust-b8b50f0eda08e19e7c96377681f82ac17c76775d.zip | |
Preliminary wasm32 support
Diffstat (limited to 'src/liballoc_system')
| -rw-r--r-- | src/liballoc_system/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/liballoc_system/lib.rs b/src/liballoc_system/lib.rs index 01407d1acd2..dacafe771ed 100644 --- a/src/liballoc_system/lib.rs +++ b/src/liballoc_system/lib.rs @@ -29,7 +29,8 @@ target_arch = "mips", target_arch = "powerpc", target_arch = "powerpc64", - target_arch = "asmjs")))] + target_arch = "asmjs", + target_arch = "wasm32")))] const MIN_ALIGN: usize = 8; #[cfg(all(any(target_arch = "x86_64", target_arch = "aarch64", |
