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

configurable function exports #331

Open
radkomih opened this issue Jan 8, 2024 · 0 comments
Open

configurable function exports #331

radkomih opened this issue Jan 8, 2024 · 0 comments
Labels
benchmark enhancement New feature or request

Comments

@radkomih
Copy link
Collaborator

radkomih commented Jan 8, 2024

Currently, all exported functions are hard-coded in runtime.go. However, there is a need for a configurable approach to determine what should be exported and when.

Examples:

  • building wasm runtimes for benchmarking, which exports additional functions, whereas this is not necessary for development or release builds.
  • building wasm runtimes from templates with different consensus modules (aura, babe) configured.
@radkomih radkomih changed the title export functions based on a tag configurable function expors Jan 8, 2024
@tgntr tgntr changed the title configurable function expors configurable function exports Jan 9, 2024
@radkomih radkomih added enhancement New feature or request benchmark labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants