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

Method to_le_bytes

crates/tinywasm/src/interpreter/simd/mod.rs:32–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31 #[inline(always)]
32 pub fn to_le_bytes(self) -> [u8; 16] {
33 self.0
34 }
35}
36
37impl From<Value128> for i128 {

Callers 15

build_importsFunction · 0.80
parse_argFunction · 0.80
wastarg2tinywasmvalueFunction · 0.80
wast_v128_to_bytesFunction · 0.80
execMethod · 0.80
fromMethod · 0.80
map_f32x4Method · 0.80
zip_f32x4Method · 0.80
map_f64x2Method · 0.80
zip_f64x2Method · 0.80
i16x8_replace_laneMethod · 0.80
i32x4_replace_laneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected