mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-01 23:19:14 +00:00
feat: Partial support for unnamed packages
* Change PackageId to support both named and unnamed package * Update the package resolver logic with unnamed package support * Update the "package download" command
This commit is contained in:
@ -21,7 +21,7 @@ fn data_and_store_mut() -> Result<(), String> {
|
||||
);
|
||||
let mut envmut = env.into_mut(&mut store);
|
||||
|
||||
let (mut data, mut storemut) = envmut.data_and_store_mut();
|
||||
let (data, mut storemut) = envmut.data_and_store_mut();
|
||||
|
||||
assert_eq!(
|
||||
data.global.ty(&storemut),
|
||||
|
Reference in New Issue
Block a user