Skip to content

Commit

Permalink
fix(wasmtime):Config methods should be idempotent
Browse files Browse the repository at this point in the history
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
PureWhiteWu committed Jun 9, 2022
1 parent 8238175 commit 7db2afb
Show file tree
Hide file tree
Showing 5 changed files with 430 additions and 372 deletions.
Loading

0 comments on commit 7db2afb

Please sign in to comment.