mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Fix an example on nightly
This commit is contained in:
parent
ce3068bb3a
commit
285c734a6a
@ -8,8 +8,8 @@ extern "C" {
|
||||
fn log(s: &str);
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[wasm_bindgen]
|
||||
#[derive(Debug)]
|
||||
pub struct Counter {
|
||||
key: char,
|
||||
count: i32,
|
||||
|
Loading…
x
Reference in New Issue
Block a user