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

Remove the wasmtime::runtime::vm::ModuleInfo[Lookup] traits #9286

Merged

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Sep 19, 2024

Vestigial abstractions from when wasmtime and wasmtime-runtime were two different crates. Now unnecessary.

This harkens back to the `wasmtime` vs `wasmtime-runtime` crate split. We can
simply use `wasmtime::Module` these days.
…odule_by_pc`

This will make removing `ModuleInfoLookup` easier in subsequent commits.
This harkens back to the `wasmtime` vs `wasmtime-runtime` crate split. We can
simply use the `ModuleRegistry` directly now.
@fitzgen fitzgen requested a review from a team as a code owner September 19, 2024 19:40
@fitzgen fitzgen requested review from elliottt and removed request for a team September 19, 2024 19:40
@fitzgen fitzgen added this pull request to the merge queue Sep 19, 2024
Merged via the queue into bytecodealliance:main with commit 8ea2590 Sep 19, 2024
39 checks passed
@fitzgen fitzgen deleted the remove-module-info-lookup-traits branch September 19, 2024 20:17
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 this pull request may close these issues.

2 participants