-
Notifications
You must be signed in to change notification settings - Fork 322
Render constrained system friendly #220
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
Render constrained system friendly #220
Conversation
|
It looks like @ithinuel hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, please reply to this thread with Many thanks, Parity Technologies CLA Bot |
pepyakin
left a comment
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.
I am not sure what is this PR all about. Can you elaborate a bit?
9716641 to
af82094
Compare
|
@pepyakin Thanks for your review. Since your first review I updated the truncation related changes. I removed the dependency on |
|
This work is also related to paritytech/parity-wasm#283 |
- reduce DEFAULT_VALUE_STACK_LIMIT from 1MiB to 16KiB - reduce DEFAULT_CALL_STACK_LIMIT from 64KiB to 16KiB
af82094 to
79298ab
Compare
|
Hi there, sorry for the way too long delay since my last update. |
|
Thanks, @ithinuel ! |
This is to allow building and running wasmi on constrained target such as microcontroller.
This requires the ability to build without std.