rust-diplomat / diplomat

Experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code
https://rust-diplomat.github.io/book/
Other
480 stars 45 forks source link

== vs. === for reading from buffers in JS2/JS backends #523

Open ambiguousname opened 1 week ago

ambiguousname commented 1 week ago

Is this desired behavior?

ambiguousname commented 1 day ago

Not desired behavior, == should be replaced with ===