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

Automatically inject more memory pages into Scout #19

Closed
lightclient opened this issue Sep 26, 2019 · 0 comments
Closed

Automatically inject more memory pages into Scout #19

lightclient opened this issue Sep 26, 2019 · 0 comments

Comments

@lightclient
Copy link
Collaborator

lightclient commented Sep 26, 2019

Right now, the Wasm interpreter in Scout is only getting 1 memory page. There needs to be something in the Makefile that, upon setup, add additional pages (right under here: https://github.com/ewasm/scout/blob/master/src/main.rs#L241).

I've done it locally like this as a hack:

let _ = internal_mem.grow(Pages(100));

Eventually, the proof size / tree height needs to be optimized (e.g. #6, #9) so that the proof fits more easily.

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