Fixed linter

This commit is contained in:
ptitSeb
2023-01-05 10:25:12 +01:00
parent b126849c34
commit 60d1fcf46f

View File

@@ -256,10 +256,10 @@ impl Module {
)));
}
// TODO: refactor this if possible, after the WASIX merge.
// The imported/exported memory does not have the correct properties
// (incorrect size and shared flag) hence when using shared memory its
// failing - the only way to fix it is to resolve the import and use the
// correct memory properties. this regression issue was only found
// The imported/exported memory does not have the correct properties
// (incorrect size and shared flag) hence when using shared memory its
// failing - the only way to fix it is to resolve the import and use the
// correct memory properties. this regression issue was only found
// in WASIX on the browser as the other areas don't mind that they don't match up
// sharrattj/dash should be able to reproduce this.