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

How Can I use the memory? #45

Open
furesoft opened this issue Oct 31, 2021 · 1 comment
Open

How Can I use the memory? #45

furesoft opened this issue Oct 31, 2021 · 1 comment
Labels

Comments

@furesoft
Copy link

furesoft commented Oct 31, 2021

How Can I use the memory?

@furesoft furesoft changed the title Load From Binary - Data index is not set correctly How Can I use the memory? Oct 31, 2021
@RyanLamansky
Copy link
Owner

There are a number of load/store functions to read and write data from an address. They have names like i32.load in the WASM text format, which are mapped to the name Int32Load in this project. All of the WASM 1.0 memory features are implemented. Details are documented in the official WASM specification, and their may be other tutorials out there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants