Docs.rs
llama-wasm-0.5.0
llama-wasm 0.5.0
Permalink
Docs.rs crate page
ISC
Links
Documentation
Repository
crates.io
Source
Owners
zshipko
Dependencies
anyhow ^1
normal
lightbeam ^0.15
normal
llama ^0.5
normal
thiserror ^1
normal
Versions
54.55%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
llama_
wasm
0.5.0
All Items
Crate Items
Macros
Structs
Enums
Crate
llama_wasm
Copy item path
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