File tree 4 files changed +262
-271
lines changed 4 files changed +262
-271
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ matrix:
90
90
# QEMU based targets that compile in an emulator
91
91
- env : TARGET=x86_64-unknown-freebsd
92
92
93
+ - env : TARGET=wasm32-unknown-unknown
94
+ install : rustup target add $TARGET
95
+ script : cargo build --no-default-features --target $TARGET --release
96
+
93
97
notifications :
94
98
email :
95
99
on_success : never
Original file line number Diff line number Diff line change 1
1
libc
2
2
====
3
3
4
- A Rust library with native bindings to the types and functions commonly found on
5
- various systems, including libc.
4
+ Rust wrapper over the system's ` libc ` .
6
5
7
6
[ ![ Build Status] ( https://travis-ci.org/rust-lang/libc.svg?branch=master )] ( https://travis-ci.org/rust-lang/libc )
8
7
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/github/rust-lang/libc?svg=true )] ( https://ci.appveyor.com/project/rust-lang-libs/libc )
You can’t perform that action at this time.
0 commit comments