This is a bugfix release to correct the behaviour of the indexof
builtin (#3606).
In v0.30.0, it only checked the first character of the substring to be found: indexof("foo", "fox")
erroneously returned 0 instead of -1.
Miscellaneous
- wasm-sdk: Fix typo in non-wasm error message, authored by @olivierlemasle