Added extra test

This commit is contained in:
Syrus Akbary
2021-07-13 14:20:30 -07:00
parent 0735a5e93f
commit e674afeb8a

View File

@@ -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));
}