wasm-bindgen
wasm-bindgen copied to clipboard
Try to run at least integration tests with 1.56
As recently discussed, this is most reliable option to test that we don't break backward compat for pure-JS target and library MSRV at the same time.
Ideally we should do the same for all tests, but for now trying to add to at least integration tests which should cover a lot of functionality.
Ah right, because of shared workspace it's not as trivial as I had hoped.
Another reason to split into two workspaces for host & wasm as discussed earlier.