Stream: git-wasmtime

Topic: wasmtime / PR #2857 Factor out byteorder in cranelift


view this post on Zulip Wasmtime GitHub notifications bot (Apr 23 2021 at 19:10):

workingjubilee opened PR #2857 from byte-less to main:

This removes an existing dependency on the byteorder crate in favor of
using std equivalents directly.

While not an issue for wasmtime per se, cranelift is now part of the
critical path of building and testing Rust, and minimizing dependencies,
even small ones, can help reduce the time and bandwidth required.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 23 2021 at 19:47):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 23 2021 at 20:42):

peterhuene merged PR #2857.


Last updated: Oct 23 2024 at 20:03 UTC