Remove svm mentions in wasmer c api codebase

This commit is contained in:
Syrus
2019-08-05 11:49:16 -07:00
parent fcb71f022f
commit ea5affc05d
2 changed files with 2 additions and 2 deletions

View File

@ -555,7 +555,7 @@ void wasmer_module_destroy(wasmer_module_t *module);
/**
* Given:
* A prepared `wasmer svm` import-object
* A prepared `wasmer` import-object
* A compiled wasmer module
* Instantiates a wasmer instance
*/

View File

@ -438,7 +438,7 @@ wasmer_result_t wasmer_module_deserialize(wasmer_module_t **module,
void wasmer_module_destroy(wasmer_module_t *module);
/// Given:
/// A prepared `wasmer svm` import-object
/// A prepared `wasmer` import-object
/// A compiled wasmer module
/// Instantiates a wasmer instance
wasmer_result_t wasmer_module_import_instantiate(wasmer_instance_t **instance,