We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Precompile instances are short lived. One hypothesis is that a simple, linear memory allocator (without freeing) would provide some speed benefits.
Lets try this out. Otherwise we should rely on wee_alloc.
wee_alloc
The text was updated successfully, but these errors were encountered:
Also tracked in ewasm/ewasm-rust-api#46
Sorry, something went wrong.
Closing this here since it was added to ewasm-rust-api.
Successfully merging a pull request may close this issue.
Precompile instances are short lived. One hypothesis is that a simple, linear memory allocator (without freeing) would provide some speed benefits.
Lets try this out. Otherwise we should rely on
wee_alloc
.The text was updated successfully, but these errors were encountered: