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

Support table64 extension in classic-interp and AOT running mode #3811

Merged
merged 21 commits into from
Oct 11, 2024

Conversation

TianlongLiang
Copy link
Collaborator

Add table64 extension(in Memory64 proposal) support in classic-interp and AOT running mode, currently still use uint32 to represent table's init and max size to keep AOT ABI unchanged.

core/iwasm/aot/aot_runtime.c Outdated Show resolved Hide resolved
core/iwasm/compilation/aot_emit_table.c Outdated Show resolved Hide resolved
core/iwasm/compilation/aot_emit_table.c Outdated Show resolved Hide resolved
core/iwasm/interpreter/wasm_interp_classic.c Outdated Show resolved Hide resolved
core/iwasm/interpreter/wasm_interp_classic.c Outdated Show resolved Hide resolved
core/iwasm/interpreter/wasm_interp_classic.c Outdated Show resolved Hide resolved
core/iwasm/interpreter/wasm_loader.c Outdated Show resolved Hide resolved
Copy link
Contributor

@wenyongh wenyongh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@lum1n0us lum1n0us left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wenyongh wenyongh merged commit 36d4380 into bytecodealliance:main Oct 11, 2024
383 checks passed
@TianlongLiang TianlongLiang deleted the dev/table64 branch October 17, 2024 07:27
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

Successfully merging this pull request may close these issues.

3 participants