Browse Source
Currently translation of Wasm code uses the `FUNCREF_MASK` constant which has type `usize` but this type is not always appropriate in cross-compiled situations. This commit fixes the usage of `FUNCREF_MASK` by using the platform-independent value (a negative value) along with some extra asserts and an explantation of how to update if necessary.pull/7846/head
Alex Crichton
9 months ago
committed by
GitHub
1 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue