@al8b/vm
v0.1.14
Published
Execution wrapper around LootiScript for L8B. It exposes the VM class, context builders, host meta functions, and the subset of language primitives the runtime legitimately needs.
Readme
@al8b/vm
Execution wrapper around LootiScript for L8B. It exposes the VM class, context builders, host meta functions, and the subset of language primitives the runtime legitimately needs.
Public API
L8BVMcreateVMContextcreateMetaFunctionssetupArrayExtensions- Re-exported language primitives:
Random,Routine - Types:
ErrorInfo,GlobalAPI,MetaFunctions,PlayerAPI,SystemAPI,VMContext,VMWarnings,WarningInfo
Notes
StorageServiceis intentionally not re-exported here; import it from@al8b/iodirectly.- Used by
@al8b/runtimeas the host-facing VM boundary.
Scripts
bun run build
bun run test
bun run clean