mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-10 11:31:22 +00:00
Fix an example on nightly
This commit is contained in:
@ -8,8 +8,8 @@ extern "C" {
|
||||
fn log(s: &str);
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[wasm_bindgen]
|
||||
#[derive(Debug)]
|
||||
pub struct Counter {
|
||||
key: char,
|
||||
count: i32,
|
||||
|
Reference in New Issue
Block a user