brson / miri

An experimental compiler from Rust to WebAssembly (inactive - do not use)
Apache License 2.0
209 stars 15 forks source link

More operators #12

Closed lqd closed 8 years ago

lqd commented 8 years ago

4 *Assign operators and the two PartialEq ones.

Special thanks to @eddyb who found the issue with translating generic functions :)

eddyb commented 8 years ago

@brson LGTM

brson commented 8 years ago

Thanks!