Stream: git-wasmtime

Topic: wasmtime / PR #1808 impl WasmTy for u32 and u64


view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2020 at 15:02):

leoyvens opened PR #1808 from impl-wasmty-for-u32-u64 to master:

Wasm integer types are sign agnostic, so if Rust i32 and i64 are WasmTy so should u32 and u64. The trait implentation is exactly the same between i/u32 and i/u64.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2020 at 21:18):

leoyvens updated PR #1808 from impl-wasmty-for-u32-u64 to master:

Wasm integer types are sign agnostic, so if Rust i32 and i64 are WasmTy so should u32 and u64. The trait implentation is exactly the same between i/u32 and i/u64.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2020 at 21:18):

leoyvens updated PR #1808 from impl-wasmty-for-u32-u64 to master:

Wasm integer types are sign agnostic, so if Rust i32 and i64 are WasmTy so should u32 and u64. The trait implentation is exactly the same between i/u32 and i/u64.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2020 at 21:55):

leoyvens updated PR #1808 from impl-wasmty-for-u32-u64 to master:

Wasm integer types are sign agnostic, so if Rust i32 and i64 are WasmTy so should u32 and u64. The trait implentation is exactly the same between i/u32 and i/u64.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 04 2020 at 14:00):

alexcrichton merged PR #1808.


Last updated: Oct 23 2024 at 20:03 UTC