mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
doc: Fix links.
Since the `intra-doc-links` feature has been stabilized, we can see more clearly that we have many broken links. This PR is an attempt to fix them!
This commit is contained in:
5
lib/api/src/externals/table.rs
vendored
5
lib/api/src/externals/table.rs
vendored
@@ -36,9 +36,8 @@ impl Table {
|
||||
///
|
||||
/// All the elements in the table will be set to the `init` value.
|
||||
///
|
||||
/// This function will construct the `Table` using the store [`Tunables`].
|
||||
///
|
||||
/// [`Tunables`]: crate::tunables::Tunables
|
||||
/// This function will construct the `Table` using the store
|
||||
/// [`BaseTunables`][crate::tunables::BaseTunables].
|
||||
pub fn new(store: &Store, ty: TableType, init: Val) -> Result<Self, RuntimeError> {
|
||||
let item = init.into_checked_anyfunc(store)?;
|
||||
let tunables = store.tunables();
|
||||
|
||||
Reference in New Issue
Block a user