<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/wasm/stdio.rs, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-07-15T16:57:05+00:00</updated>
<entry>
<title>Introduce restricted-std feature.</title>
<updated>2020-07-15T16:57:05+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2020-06-01T01:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e9a1de0d146734e51cc7e761b288e9b9b138d4f'/>
<id>urn:sha1:6e9a1de0d146734e51cc7e761b288e9b9b138d4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Remove the `wasm_syscall` feature</title>
<updated>2019-08-28T15:34:31+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-07-23T14:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8fe65da935d7e01dbac897dcfbb4fb0f9f24e442'/>
<id>urn:sha1:8fe65da935d7e01dbac897dcfbb4fb0f9f24e442</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>libstd =&gt; 2018</title>
<updated>2019-02-27T19:06:15+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-02-10T19:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93b6d9e086c6910118a57e4332c9448ab550931f'/>
<id>urn:sha1:93b6d9e086c6910118a57e4332c9448ab550931f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove pub(crate) from stderr_raw</title>
<updated>2019-02-23T11:11:10+00:00</updated>
<author>
<name>Paul Dicker</name>
<email>pitdicker@gmail.com</email>
</author>
<published>2019-02-23T11:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1a944b0d5bbc1b70423f6d710021bea5ba16f0b2'/>
<id>urn:sha1:1a944b0d5bbc1b70423f6d710021bea5ba16f0b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use standard Read/Write traits in sys::stdio</title>
<updated>2019-02-20T18:27:03+00:00</updated>
<author>
<name>Paul Dicker</name>
<email>pitdicker@gmail.com</email>
</author>
<published>2019-02-20T07:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6464e32ea97fe0b18f75becc82cba9b19dfe453c'/>
<id>urn:sha1:6464e32ea97fe0b18f75becc82cba9b19dfe453c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove sys::*::Stderr Write implementation</title>
<updated>2019-02-20T05:37:30+00:00</updated>
<author>
<name>Paul Dicker</name>
<email>pitdicker@gmail.com</email>
</author>
<published>2019-02-11T15:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06511573f236a07b8ecd7c3e3d5fef1d53e59352'/>
<id>urn:sha1:06511573f236a07b8ecd7c3e3d5fef1d53e59352</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor stderr_prints_nothing into a more modular function</title>
<updated>2018-12-06T15:07:15+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2018-08-27T16:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=030b1ed7f709539f5ca422758e9fe00d173aee76'/>
<id>urn:sha1:030b1ed7f709539f5ca422758e9fe00d173aee76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Minimize size of panicking on wasm</title>
<updated>2018-04-13T14:03:00+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2018-03-29T21:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3a5d6b130e27d7d7587f56581247d5b08c38594'/>
<id>urn:sha1:c3a5d6b130e27d7d7587f56581247d5b08c38594</id>
<content type='text'>
This commit applies a few code size optimizations for the wasm target to
the standard library, namely around panics. We notably know that in most
configurations it's impossible for us to print anything in
wasm32-unknown-unknown so we can skip larger portions of panicking that
are otherwise simply informative. This allows us to get quite a nice
size reduction.

Finally we can also tweak where the allocation happens for the
`Box&lt;Any&gt;` that we panic with. By only allocating once unwinding starts
we can reduce the size of a panicking wasm module from 44k to 350 bytes.
</content>
</entry>
<entry>
<title>Implement extensible syscall interface for wasm</title>
<updated>2018-01-30T23:22:19+00:00</updated>
<author>
<name>Diggory Blake</name>
<email>diggsey@googlemail.com</email>
</author>
<published>2017-12-31T16:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=36695a37c52a0e6cc582247a506ab0b3c764b48f'/>
<id>urn:sha1:36695a37c52a0e6cc582247a506ab0b3c764b48f</id>
<content type='text'>
</content>
</entry>
</feed>
