Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wasmtime: Config order of method calls should not matter #4189

Closed
PureWhiteWu opened this issue May 26, 2022 · 0 comments · Fixed by #4252
Closed

Wasmtime: Config order of method calls should not matter #4189

PureWhiteWu opened this issue May 26, 2022 · 0 comments · Fixed by #4252

Comments

@PureWhiteWu
Copy link
Contributor

The order of method calls matters now, this should be fixed.

For more details, see #4188.

PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 9, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
PureWhiteWu added a commit to PureWhiteWu/wasmtime that referenced this issue Jun 10, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes bytecodealliance#4189
alexcrichton pushed a commit that referenced this issue Jun 13, 2022
This commit refactored `Config` to use a seperate `CompilerConfig` field instead
of operating on `CompilerBuilder` directly to make all its methods idempotent.

Fixes #4189
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant