Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 6a7fcff

Browse files
author
bitfl0wer
committed
add description for wasm module
1 parent d8f69bb commit 6a7fcff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ pub mod signature;
173173
pub mod types;
174174

175175
#[cfg(all(target_arch = "wasm32", feature = "_wasm_bindgen"))]
176+
/// 🚧 Under construction! 👷 Module for exporting polyproto to JS/TS.
176177
pub mod wasm_bindgen;
177178

178179
mod constraints;

0 commit comments

Comments
 (0)