Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: index out of bounds #15

Open
niko-ng opened this issue May 12, 2024 · 0 comments
Open

panic: index out of bounds #15

niko-ng opened this issue May 12, 2024 · 0 comments

Comments

@niko-ng
Copy link

niko-ng commented May 12, 2024

You should know that the use of #[cfg(target_pointer_width = "64")] and the 32 equivalent makes this crate incompatible with serde, as a filter serialised on a 64bits arch, sent over the network, and deserialised on a 32bits arch, will panic. This is specially the case for code that communicates from binary compiled Rust on one side, and a WASM32 JS runtime on the other side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant