mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-26 15:01:07 +00:00
6 lines
136 B
Rust
6 lines
136 B
Rust
#![cfg(not(target_arch = "wasm32"))]
|
|
|
|
extern crate wasm_bindgen_test_project_builder as project_builder;
|
|
|
|
use project_builder::project;
|