mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
Added extra test
This commit is contained in:
@@ -343,4 +343,5 @@ fn test_imported_exported_global() {
|
||||
get_global.call(&[]),
|
||||
Ok(vec![Val::I32(43)].into_boxed_slice())
|
||||
);
|
||||
assert_eq!(global.get(), Val::I32(43));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user