Skip to content

Better way of representing the WebAssembly Module object #12

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

Open
Yongbeom-Kim opened this issue Feb 7, 2024 · 0 comments
Open

Better way of representing the WebAssembly Module object #12

Yongbeom-Kim opened this issue Feb 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Yongbeom-Kim
Copy link
Contributor

Currently, since we use a Linked-List-Based representation for the WebAssembly module at runtime, and omit lots of data. Ideally we do not want to omit lots of data, and while using Source-Academy-compatible representation of the Javascript Object, provide helper functions to access each class member of said module.

@Yongbeom-Kim Yongbeom-Kim added the enhancement New feature or request label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant