Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove naivevm. #80

Merged
merged 3 commits into from
Dec 22, 2021
Merged

Remove naivevm. #80

merged 3 commits into from
Dec 22, 2021

Conversation

mathetake
Copy link
Member

resolves #79

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
@@ -47,7 +47,6 @@ type (
Signature *FunctionType
NumLocals uint32
LocalTypes []ValueType
Blocks map[uint64]*FunctionInstanceBlock
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was only used in naivevm namely the tech debt 😄

@codefromthecrypt
Copy link
Contributor

love this!

@mathetake
Copy link
Member Author

Good to go!

@mathetake mathetake merged commit 2d72d04 into main Dec 22, 2021
@mathetake mathetake deleted the removenaivevm branch December 22, 2021 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove naivevm interpreter implementation
2 participants