Improve Wasmer API intro docs

This commit is contained in:
Mark McCaskey
2020-12-07 13:29:53 -08:00
parent 4768bc27bf
commit d54a8b8676
10 changed files with 208 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ use wasmer_engine::Export;
/// An `Extern` is the runtime representation of an entity that
/// can be imported or exported.
///
/// Spec: https://webassembly.github.io/spec/core/exec/runtime.html#external-values
/// Spec: <https://webassembly.github.io/spec/core/exec/runtime.html#external-values>
#[derive(Clone)]
pub enum Extern {
/// A external [`Function`].