about summary refs log tree commit diff
path: root/library/std/src/sys/wasi/ext/ffi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/wasi/ext/ffi.rs')
-rw-r--r--library/std/src/sys/wasi/ext/ffi.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/std/src/sys/wasi/ext/ffi.rs b/library/std/src/sys/wasi/ext/ffi.rs
new file mode 100644
index 00000000000..f71f316d1ba
--- /dev/null
+++ b/library/std/src/sys/wasi/ext/ffi.rs
@@ -0,0 +1,6 @@
+//! WASI-specific extension to the primitives in the `std::ffi` module
+
+#![stable(feature = "rust1", since = "1.0.0")]
+
+#[stable(feature = "rust1", since = "1.0.0")]
+pub use crate::sys_common::os_str_bytes::*;