diem / move

Home of the Move programming language
Apache License 2.0
346 stars 131 forks source link

[vm] Allow access to native extensions via the session. #293_162 #467

Closed sahithiacn closed 1 year ago

sahithiacn commented 1 year ago

Motivation

Until now this have been hidden inside the session and only accessible from within native functions. This makes them also accessible outside so we can work with them on session level (e.g. for lazy code loading).

Have you read the Contributing Guidelines on pull requests?

Yes

sahithiacn commented 1 year ago

/canary

bors-diem commented 1 year ago

:sunny: Canary successful

sahithiacn commented 1 year ago

/land