Skip to content

Commit

Permalink
Update example note.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Aug 20, 2023
1 parent fdad38d commit 301249a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/web_worker_fib/src/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use wasm_bindgen::JsValue;
use yew_agent::prelude::*;
use yew_agent::Codec;

/// Example to use a custom codec.
pub struct Postcard;

impl Codec for Postcard {
Expand Down

0 comments on commit 301249a

Please sign in to comment.