[bindings] When running npm run build:update-bindings
, misuse of FFI types from Rust causes warnings
#1901
Labels
low-priority
Issues that specify low priority work
when run from
nix develop o1js
, there appears to be misuse/exporting of Rust-specific types inplonk_wasm
.Since the types are stored in
ark_ff
, it may be possible to avoid the warning by using a pointer instead of the actual field struct.Feel free to close if this is just noise, but I thought I'd add it for completeness.
The text was updated successfully, but these errors were encountered: