mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-02 17:12:15 +00:00
16 lines
272 B
Rust
16 lines
272 B
Rust
#![cfg(not(target_arch = "wasm32"))]
|
|
|
|
extern crate wasm_bindgen_test_project_builder as project_builder;
|
|
|
|
use project_builder::{project, run};
|
|
|
|
mod comments;
|
|
mod dependencies;
|
|
mod imports;
|
|
mod js_objects;
|
|
mod node;
|
|
mod non_debug;
|
|
mod non_wasm;
|
|
mod simple;
|
|
mod typescript;
|