-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a panic with custom-page-sizes and pooling allocation (#9547)
This commit fixes a similar panic to one found in #9533 where the pooling allocator was combined with modules using custom page sizes. The fix is similar where a variable needs page-aligning where previously it wasn't necessary due to wasm sizes always being page-aligned.
- Loading branch information
1 parent
0cabb39
commit 6ec4854
Showing
2 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters