mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-30 22:25:35 +03:00
19d6cf1488
* backend comments complete * better matching * gen comments * Add example * Move test bindings gen to own fn * move build step into build fn * add fn to read js, refactor gen_bindings/test to allow for this * Add comments test * Update readmes * add comments to travis * fix broken tests * +x on build.sh * fix wbg cmd in build.sh * Address fitzgen's comments
14 lines
368 B
TOML
14 lines
368 B
TOML
[package]
|
|
name = "comments"
|
|
version = "0.1.0"
|
|
authors = ["robert masen <r@robertmasen.pizza>"]
|
|
|
|
[dependencies]
|
|
# Here we're using a path dependency to use what's already in this repository,
|
|
# but you'd use the commented out version below if you're copying this into your
|
|
# project.
|
|
wasm-bindgen = { path = "../.." }
|
|
#wasm-bindgen = "0.2"
|
|
|
|
[lib]
|
|
crate-type = ['cdylib'] |