WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
550 stars 77 forks source link

Set the rhs vec to invalid_size after a move #109

Closed billti closed 5 years ago

billti commented 5 years ago

Operations such as operator bool() check for size != invalid_size, so seems like this should be the state after it has been moved from.

billti commented 5 years ago

Spotted a couple more, so added an extra commit.