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

Idea: aggressive comptime specialisation #165

Open
malcolmstill opened this issue Sep 25, 2022 · 0 comments
Open

Idea: aggressive comptime specialisation #165

malcolmstill opened this issue Sep 25, 2022 · 0 comments

Comments

@malcolmstill
Copy link
Owner

malcolmstill commented Sep 25, 2022

  • Different users may have different requirements / constraints
  • Allow the consumer of the library to configure, at compile time, certain limits. E.g. if they know they will only be running small .wasm binaries, maybe they want the array of instructions to only of length less than can be represented by a u16 and thereby cut down on the size of the instructions themselves
  • More examples:
    • Customise how memory works:
      • mmap with guard pages
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

No branches or pull requests

1 participant