mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-29 21:51:21 +00:00
First added in #161 this never ended up panning out, so let's remove the experimental suport which isn't actually used by anything today and hold off on any other changes until an RFC happens.
9 lines
167 B
Rust
9 lines
167 B
Rust
#![cfg(not(target_arch = "wasm32"))]
|
|
|
|
extern crate wasm_bindgen_test_project_builder as project_builder;
|
|
|
|
use project_builder::project;
|
|
|
|
mod comments;
|
|
mod typescript;
|