1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-01 09:51:06 +00:00
Joey Watts 7ffb5ed70c
Add skip_typescript attribute to prevent .d.ts emit ()
* Add skip_typescript attribute to prevent .d.ts emit

* Add guide page for typescript attribute
2020-03-03 09:34:28 -06:00

14 lines
310 B
TOML

[package]
name = "typescript-tests"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[dependencies]
wasm-bindgen = { path = '../..' }
web-sys = { path = '../web-sys', features = [ 'HtmlElement', 'Node', 'Document' ] }
js-sys = { path = '../js-sys' }
[lib]
crate-type = ['cdylib']