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

Class Value128

crates/tinywasm/src/interpreter/simd/mod.rs:17–17  ·  view source on GitHub ↗

A 128-bit SIMD value

Source from the content-addressed store, hash-verified

15#[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
16/// A 128-bit SIMD value
17pub struct Value128(pub(super) [u8; 16]);
18
19impl From<[u8; 16]> for Value128 {
20 fn from(bytes: [u8; 16]) -> Self {

Callers 6

fromMethod · 0.85
execMethod · 0.85
exec_mem_load_laneMethod · 0.85
eval_constMethod · 0.85

Calls

no outgoing calls

Tested by 2