Skip to content

Commit

Permalink
Add Func::hash_key and Table::hash_key methods (#7086)
Browse files Browse the repository at this point in the history
* Wasmtime: Move `Global` and `Table` to `externals` submodules

Just mechanical code motion, not functional changes.

* Wasmtime: Add `hash_key` methods for `Func` and `Table`

* Rename `wasmtime::Func::caller_checked_func_ref` to `wasmtime::Func::vm_func_ref`

We removed the "caller checked" part of the `VMFuncRef` type's name a while ago,
so update this method to be in line with that.

No functional changes, just mechanical renaming.

* cargo fmt

* Fix doc link
  • Loading branch information
fitzgen authored Sep 26, 2023
1 parent 2850d72 commit d127a14
Show file tree
Hide file tree
Showing 7 changed files with 711 additions and 600 deletions.
Loading

0 comments on commit d127a14

Please sign in to comment.