mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-01 07:01:22 +00:00
13 lines
226 B
Rust
13 lines
226 B
Rust
#![cfg(not(target_arch = "wasm32"))]
|
|
|
|
extern crate wasm_bindgen_test_project_builder as project_builder;
|
|
|
|
use project_builder::project;
|
|
|
|
mod comments;
|
|
mod dependencies;
|
|
mod js_objects;
|
|
mod imports;
|
|
mod simple;
|
|
mod typescript;
|