Skip to content

Commit

Permalink
Add Func::hash_key and Table::hash_key methods (bytecodealliance#…
Browse files Browse the repository at this point in the history
…7086)

* 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 and eduardomourar committed Oct 4, 2023
1 parent 9ba2124 commit f5da08b
Show file tree
Hide file tree
Showing 7 changed files with 711 additions and 600 deletions.
Loading

0 comments on commit f5da08b

Please sign in to comment.