Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove not needed struct FizzyInstance definition.
Browse files Browse the repository at this point in the history
gumb0 committed Oct 5, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent dfc2b28 commit 6525b9d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/fizzy/capi.cpp
Original file line number Diff line number Diff line change
@@ -72,11 +72,6 @@ struct FizzyModule
fizzy::Module module;
};

struct FizzyInstance
{
fizzy::Instance* instance;
};

bool fizzy_validate(const uint8_t* wasm_binary, size_t wasm_binary_size)
{
try

0 comments on commit 6525b9d

Please sign in to comment.