Stream: git-wasmtime

Topic: wasmtime / PR #4544 Implement `char` type in adapter fusion


view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2022 at 23:15):

alexcrichton opened PR #4544 from adapt-char to main:

This commit implements the translation of char which validates that
it's in the valid range of unicode scalar values. The precise validation
here is lifted from LLVM in the hopes that it's probably better than
whatever I would concoct by hand.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2022 at 23:15):

alexcrichton has marked PR #4544 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2022 at 23:15):

alexcrichton requested fitzgen for a review on PR #4544.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 28 2022 at 16:32):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 28 2022 at 16:47):

alexcrichton merged PR #4544.


Last updated: Oct 23 2024 at 20:03 UTC