summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/llama2-c/src/bin/worker.rs
blob: accb51b7357a0aaac6dc8ca7bb3443a0d4f14583 (plain)
1
2
3
4
5
use yew_agent::PublicWorker;
fn main() {
    console_error_panic_hook::set_once();
    candle_wasm_example_llama2::Worker::register();
}