Currently, the Module.readBinary function uses mvp as the default feature set. I think it may make more sense to use a feature set equivalent to the current wasm spec. Currently wasm v3.0 has features like tail calls and gc enabled by default. My reasoning for this is that, over time as we get more and more wasm proposals, readBinary seems like its going to become less and less useful otherwise.