mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 01:11:06 +00:00
* Add skip_typescript attribute to prevent .d.ts emit * Add guide page for typescript attribute
14 lines
310 B
TOML
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']
|