Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [package]
  2. name = "wasm_hello"
  3. version = "0.1.0"
  4. authors = ["Atul Varma <varmaa@gmail.com>"]
  5. edition = "2018"
  6.  
  7. [lib]
  8. crate-type = ["cdylib"]
  9.  
  10. [dependencies]
  11. js-sys = "0.3.10"
  12. wasm-bindgen = "0.2.33"
  13.  
  14. [dependencies.web-sys]
  15. version = "0.3.4"
  16. features = [
  17. 'console'
  18. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement