diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-07-23 07:25:34 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-08-28 08:34:31 -0700 |
| commit | 8fe65da935d7e01dbac897dcfbb4fb0f9f24e442 (patch) | |
| tree | b254c7ebfb19010383348d31d31b83e85445d644 /config.toml.example | |
| parent | ac21131f7859836cd3fcb39231c0162fd892d960 (diff) | |
| download | rust-8fe65da935d7e01dbac897dcfbb4fb0f9f24e442.tar.gz rust-8fe65da935d7e01dbac897dcfbb4fb0f9f24e442.zip | |
std: Remove the `wasm_syscall` feature
This commit removes the `wasm_syscall` feature from the wasm32-unknown-unknown build of the standard library. This feature was originally intended to allow an opt-in way to interact with the operating system in a posix-like way but it was never stabilized. Nowadays with the advent of the `wasm32-wasi` target that should entirely replace the intentions of the `wasm_syscall` feature.
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.toml.example b/config.toml.example index a3ec4f2044c..30e2ee1b9ba 100644 --- a/config.toml.example +++ b/config.toml.example @@ -382,11 +382,6 @@ # This is the name of the directory in which codegen backends will get installed #codegen-backends-dir = "codegen-backends" -# Flag indicating whether `libstd` calls an imported function to handle basic IO -# when targeting WebAssembly. Enable this to debug tests for the `wasm32-unknown-unknown` -# target, as without this option the test output will not be captured. -#wasm-syscall = false - # Indicates whether LLD will be compiled and made available in the sysroot for # rustc to execute. #lld = false |
