mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-02 17:12:15 +00:00
* Update to emit typescript names * Update to use NamedAnyref * Update incoming / outgoing * Remove added space * Remove comment * Add basic typescript tests for web-sys
13 lines
278 B
TOML
13 lines
278 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' ] }
|
|
|
|
[lib]
|
|
crate-type = ['cdylib']
|