mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-24 02:01:35 +00:00
Add skip_typescript attribute to prevent .d.ts emit (#2016)
* Add skip_typescript attribute to prevent .d.ts emit * Add guide page for typescript attribute
This commit is contained in:
@ -7,6 +7,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
wasm-bindgen = { path = '../..' }
|
||||
web-sys = { path = '../web-sys', features = [ 'HtmlElement', 'Node', 'Document' ] }
|
||||
js-sys = { path = '../js-sys' }
|
||||
|
||||
[lib]
|
||||
crate-type = ['cdylib']
|
||||
|
Reference in New Issue
Block a user