MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / from

Method from

crates/tinywasm/src/interpreter/simd/mod.rs:20–22  ·  view source on GitHub ↗
(bytes: [u8; 16])

Source from the content-addressed store, hash-verified

18
19impl From<[u8; 16]> for Value128 {
20 fn from(bytes: [u8; 16]) -> Self {
21 Self(bytes)
22 }
23}
24
25impl Value128 {

Callers

nothing calls this directly

Calls 1

to_le_bytesMethod · 0.80

Tested by

no test coverage detected