tests: add test for compilerless deserialization & docs cleanup#13737
Conversation
|
I don't feel this meets the bar for a nontrivial contribution. If you want to engage with this community and become a contributor to the project, please speak to us in Zulip as a human, but the functionality this tests is so trivial and core to the purpose of those features that I'm confident that its already covered. The purpose of our policy is that maintainers like me don't have to spend our limited time and energy on PRs from drive-by extractive engagements. If you can demonstrate you are actually using this software and engaging with our community in an additive way, please do so on our Zulip and only make more PRs if asked to there. Right now this has all the smell of an LLM driven engagement farming from an account with very little history, and I don't want to spend more of my time and energy on it. |
This PR adds a unit test verifying that JIT/AOT precompiled WebAssembly modules can be successfully deserialized, instantiated, and executed in an Engine configured without a compiler (enable_compiler(false)).
As recommended by the contribution guidelines regarding trivial changes, I have also bundled a few separate commits to clean up documentation and fix links: