Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created July 3, 2019 04:38
Show Gist options
  • Select an option

  • Save goofmint/82bde9f647f2da0907adccf11cd43efd to your computer and use it in GitHub Desktop.

Select an option

Save goofmint/82bde9f647f2da0907adccf11cd43efd to your computer and use it in GitHub Desktop.
#[wasm_bindgen]
extern "C" {
#[wasm_bindgen(js_namespace = console)]
fn log(s: &str);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment