Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
impl From<Value128> for i128 {
Callers
15
build_imports
Function · 0.80
parse_arg
Function · 0.80
wastarg2tinywasmvalue
Function · 0.80
wast_v128_to_bytes
Function · 0.80
exec
Method · 0.80
from
Method · 0.80
map_f32x4
Method · 0.80
zip_f32x4
Method · 0.80
map_f64x2
Method · 0.80
zip_f64x2
Method · 0.80
i16x8_replace_lane
Method · 0.80
i32x4_replace_lane
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected