Skip to content

Primitive Types

LightVM requires explicit type definitions for certain instructions to maintain deterministic execution and peak performance.

TypeAliasesReferenceTarget Value Type
shti16Short16-bit Integer (Int16)
inti32Integer32-bit Integer (Int32)
lngi64Long64-bit Integer (Int64)
octi128Octa128-bit Integer (Int128)
hlff16Half16-bit Floating Point (Float16)
fltf32Float32-bit Floating Point (Float32)
dblf64Double64-bit Floating Point (Float64)
str-StringString/text data

Released under the Apache-2.0 License.