mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 04:00: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:8:1
|
|
|
|
|
8 | fn foo() {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|