orchestrator-llm/src
flemming-it f8a3a7ebf3
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m9s
fix(lib): allow unsafe_op_in_unsafe_fn on wasm32 for wit_bindgen 0.36
Same suppression as in fai/platform's modules/echo: wit_bindgen
0.36's export! macro expands into unsafe fns whose bodies call
further unsafe fns without explicit unsafe blocks, and Rust 2024
makes that an error under -D warnings. Drop once wit_bindgen
ships a fix.

Gated on target_arch wasm32 so the host build (tests, plan
validation) stays strict.

Signed-off-by: flemming-it <sf@flemming.it>
2026-04-30 00:45:43 +02:00
..
lib.rs fix(lib): allow unsafe_op_in_unsafe_fn on wasm32 for wit_bindgen 0.36 2026-04-30 00:45:43 +02:00
llm.rs feat: real LLM call via wasi-http (Ollama adapter) — v0.2.0 2026-04-29 21:27:07 +02:00
plan.rs feat: real LLM call via wasi-http (Ollama adapter) — v0.2.0 2026-04-29 21:27:07 +02:00