This PR contains no API changes and no behavioral changes. Its purpose is to adjust the python generator to only generate the minimal amount of code (now into a mixin), and to move WasmRuntime into the non generated part of that library.
This will make it easier to work on the wasmer bindings and it will make future PRs that contain changes to the wasmer bindings much simpler to review.
This PR contains no API changes and no behavioral changes. Its purpose is to adjust the python generator to only generate the minimal amount of code (now into a mixin), and to move WasmRuntime into the non generated part of that library.
This will make it easier to work on the wasmer bindings and it will make future PRs that contain changes to the wasmer bindings much simpler to review.