mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-19 19:50:52 +00:00
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
error: can only #[wasm_bindgen] public functions
|
|
--> $DIR/non-public-function.rs:6:1
|
|
|
|
|
6 | fn foo() {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|