You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0277]: the trait bound `TestEnum: RefFromWasmAbi` is not satisfied
--> src\lib.rs:29:1
|
29 |#[wasm_bindgen]| ^^^^^^^^^^^^^^^ the trait `RefFromWasmAbi` is not implemented for`TestEnum`
Describe the Bug
Steps to Reproduce
Expected Behavior
Both log1 and log2 work correctly
Actual Behavior
Since log2 uses &self, it cannot be exported to wasm
It seems to be due to the limitation of js
#1715
The text was updated successfully, but these errors were encountered: