-
Notifications
You must be signed in to change notification settings - Fork 20
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
[LS] Add FVM stdlib to Flow Integration #332
Conversation
I wasn't able to add the InternalEVM Contract to the WASM build unfortunately. Various downstream dependencies from the InternalEVM value declaration in flow-go (related to go-ethereum) do not build in WASM due to I think this probably means that certain refactoring needs to be done in flow-go in order to avoid these dependencies... but not really sure how easy this is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Closes #331
Description
Adds option to LS to accept additional stdlib values. This option is used by flow integration to provide FVM-native stdlib values (e.g. InternalEVM contract right now... others in future?)
master
branchFiles changed
in the Github PR explorer