mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-17 10:40:50 +00:00
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 }
|