Skip to content

Instantly share code, notes, and snippets.

@fvilches17
Created May 5, 2019 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fvilches17/19556df55aece31bc7c3281a1de4857f to your computer and use it in GitHub Desktop.
Save fvilches17/19556df55aece31bc7c3281a1de4857f to your computer and use it in GitHub Desktop.
[package]
name = "hello_world"
version = "0.1.0"
authors = ["Jane Doe <jane.doe@example.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.42"
[dependencies.web-sys]
version = "0.3.4"
features = [
'Document',
'Element',
'HtmlElement',
'Window'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment