mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
0a2399a7f1
This required getting a little creative in a few places, but otherwise these tests shouldn't need the test builder any more.
11 lines
186 B
TOML
11 lines
186 B
TOML
[package]
|
|
name = "no-std"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
|
|
[lib]
|
|
path = "test.rs"
|
|
|
|
[dependencies]
|
|
wasm-bindgen = { path = '../..', default-features = false }
|