Skip to content

Commit

Permalink
minor error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharad committed Oct 20, 2023
1 parent 5027df7 commit 80f3635
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/WasmEdge/Internal/Module.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module WasmEdge.Internal.Module
, astModuleListImports
, astModuleListExportsLength
, astModuleListExports
, moduleInstanceFindMemory
, moduleInstanceCreate
, moduleInstanceCreateWithData
, moduleInstanceCreateWASI
Expand Down
2 changes: 1 addition & 1 deletion src/WasmEdge/Memory.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module WasmEdge.Memory
( MemoryTypeContext
, memoryInstanceContext
, MemoryInstanceContext
, memoryInstanceCreate
, memoryInstanceGetMemoryType
, memoryInstanceGetData
Expand Down

0 comments on commit 80f3635

Please sign in to comment.