mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-05 12:18:30 +00:00
More bug fixes
This commit is contained in:
@@ -70,7 +70,7 @@ pub unsafe extern "C" fn wasmer_module_name(
|
||||
}
|
||||
};
|
||||
|
||||
*out = name.as_bytes().to_vec().into();
|
||||
out.set_buffer(name.as_bytes().to_vec());
|
||||
}
|
||||
|
||||
/// Unstable non-standard Wasmer-specific API to set the module's
|
||||
|
||||
Reference in New Issue
Block a user