]> git.proxmox.com Git - rustc.git/blame - src/libstd/sys/wasm/env.rs
New upstream version 1.42.0+dfsg0+pve1
[rustc.git] / src / libstd / sys / wasm / env.rs
CommitLineData
abe05a73 1pub mod os {
0731742a
XL
2 pub const FAMILY: &str = "";
3 pub const OS: &str = "";
4 pub const DLL_PREFIX: &str = "";
5 pub const DLL_SUFFIX: &str = ".wasm";
6 pub const DLL_EXTENSION: &str = "wasm";
7 pub const EXE_SUFFIX: &str = ".wasm";
8 pub const EXE_EXTENSION: &str = "wasm";
ea8adc8c 9}