mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 13:11:32 +00:00
Remove svm mentions in wasmer c api codebase
This commit is contained in:
@ -555,7 +555,7 @@ void wasmer_module_destroy(wasmer_module_t *module);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Given:
|
* Given:
|
||||||
* A prepared `wasmer svm` import-object
|
* A prepared `wasmer` import-object
|
||||||
* A compiled wasmer module
|
* A compiled wasmer module
|
||||||
* Instantiates a wasmer instance
|
* Instantiates a wasmer instance
|
||||||
*/
|
*/
|
||||||
|
@ -438,7 +438,7 @@ wasmer_result_t wasmer_module_deserialize(wasmer_module_t **module,
|
|||||||
void wasmer_module_destroy(wasmer_module_t *module);
|
void wasmer_module_destroy(wasmer_module_t *module);
|
||||||
|
|
||||||
/// Given:
|
/// Given:
|
||||||
/// A prepared `wasmer svm` import-object
|
/// A prepared `wasmer` import-object
|
||||||
/// A compiled wasmer module
|
/// A compiled wasmer module
|
||||||
/// Instantiates a wasmer instance
|
/// Instantiates a wasmer instance
|
||||||
wasmer_result_t wasmer_module_import_instantiate(wasmer_instance_t **instance,
|
wasmer_result_t wasmer_module_import_instantiate(wasmer_instance_t **instance,
|
||||||
|
Reference in New Issue
Block a user