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
My mind went to RISC-V when I saw this project, but you made a valid point that wasm is a stack machine.
Are you planning on making some of the instructions happen in registers or are all operations going to be strictly applied to memory addresses?
The text was updated successfully, but these errors were encountered:
So far the plan is to emulate the stack in registers
Sorry, something went wrong.
No branches or pull requests
My mind went to RISC-V when I saw this project, but you made a valid point that wasm is a stack machine.
Are you planning on making some of the instructions happen in registers or are all operations going to be strictly applied to memory addresses?
The text was updated successfully, but these errors were encountered: