mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-21 12:40:52 +00:00
* webidl: Remove exact-output tests These have not been as effective, nor as easy to write and maintain, as the project()-based integration tests. * tests: Move webidl tests into the webidl crate's test suite
5 lines
110 B
Rust
5 lines
110 B
Rust
extern crate wasm_bindgen_test_project_builder as project_builder;
|
|
use project_builder::project;
|
|
|
|
mod simple;
|