Stream: git-wasmtime

Topic: wasmtime / issue #3257 Use an mmap-friendly serialization...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2021 at 15:18):

alexcrichton commented on issue #3257:

One thing I've been watching with this transition is the size of the compilation artifact. Historically we switched to variable-length integer encoding to get >33% size wins on the resulting compiled artifact, so I want to be careful not to lose that. We've got far less data going through bincode now and bincode represents a much smaller portion of the final binary. The good news, though, is that for a large module I'm looking at we're actually remaining steady at the same size of the final compiled artifact. That means that we shouldn't be inflating artifacts with a new format unnecessarily.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2021 at 15:39):

github-actions[bot] commented on issue #3257:

Subscribe to Label Action

cc @peterhuene

<details>
This issue or pull request has been labeled: "wasmtime:api"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Aug 30 2021 at 14:19):

alexcrichton commented on issue #3257:

Indeed! I don't want to touch the public API just yet but you can see where this is going because that's exactly what I made to test things with :)


Last updated: Nov 22 2024 at 16:03 UTC