pub fn link_spectest<T>(
linker: &mut Linker<T>,
store: &mut Store<T>,
config: &SpectestConfig,
) -> Result<()>
Expand description
Return an instance implementing the “spectest” interface used in the spec testsuite.
pub fn link_spectest<T>(
linker: &mut Linker<T>,
store: &mut Store<T>,
config: &SpectestConfig,
) -> Result<()>
Return an instance implementing the “spectest” interface used in the spec testsuite.