mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-21 18:02:50 +02:00
5 lines
122 B
Text
5 lines
122 B
Text
error: can only #[wasm_bindgen] public functions
|
|
--> $DIR/non-public-function.rs:4:1
|
|
|
|
|
4 | fn foo() {}
|
|
| ^^^^^^^^^^^
|