-
Notifications
You must be signed in to change notification settings - Fork 646
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
Show wasm proposals status during compilation and execution #3989
base: main
Are you sure you want to change the base?
Show wasm proposals status during compilation and execution #3989
Conversation
i hope we had canonical names for each proposals and options. my suggestion:
how do you think? |
@yamt Let me provide an example to ensure I completely understand your feedback. Regarding the garbage collection (GC) proposal, in the Proposals Tracking Sheet, its name is "Garbage Collection," and the corresponding compilation option is It may not be the most precise example since people generally recognize that GC is the abbreviation for Garbage Collection. However, it does illustrate the concept. |
" Reference Types: ${WAMR_BUILD_REF_TYPES}\n" | ||
" Reference-Typed Strings: ${WAMR_BUILD_STRINGREF}\n" | ||
" Tail call: ${WAMR_BUILD_TAIL_CALL}\n" | ||
" Thread: ${WAMR_BUILD_SHARED_MEMORY}\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
" Thread: ${WAMR_BUILD_SHARED_MEMORY}\n" | |
" Threads: ${WAMR_BUILD_SHARED_MEMORY}\n" |
printf(" - Sign-extension operators\n"); | ||
printf(" - WebAssembly C and C++ API\n"); | ||
printf(" Configurable:\n"); | ||
printf(" - Bulk Memory Operation: %u\n", WASM_ENABLE_BULK_MEMORY); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bulk memory operations are technically no longer in Phase4; it's a finished proposal: https://github.com/WebAssembly/proposals/blob/main/finished-proposals.md
@@ -0,0 +1,12 @@ | |||
/* | |||
* Copyright (C) 2023 Amazon.com Inc. or its affiliates. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to update the header.
During compilation:
During execution: