Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wasmtime):
Config
methods should be idempotent
This commit refactored `Config` to use a seperate `CompilerConfig` field instead of operating on `CompilerBuilder` directly to make all its methods idempotent. Fixes #4189
- Loading branch information