You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Instance.GetMemories() ignored memories after the 1st non-memory export (#326)
* Fix similar Instance.GetFunctions(), GetTables(), GetGlobals() methods
GetMemories() returned empty list for following code but worked fine after swapping 2 exports:
(module (type $t0 (func)) (func $run) (memory $0 1)
(export "run" (func $run))
(export "memory" (memory 0))
)
Co-authored-by: James Sturtevant <[email protected]>
0 commit comments