Crate llama_wasm

Source
Expand description

llama-wasm allows for LLVm modules to be executed in a WASM runtime using Lightbeam

Macros§

call
Call a function within a WASM context: call!(module_name.function_name(i32, i64))

Structs§

Exec
Exectuable module type
Wasm
WASM context

Enums§

Error