Skip to content

Conversation

@no1wudi
Copy link
Collaborator

@no1wudi no1wudi commented Sep 1, 2022

No description provided.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
@no1wudi no1wudi closed this Sep 1, 2022
@no1wudi no1wudi reopened this Sep 1, 2022
uint32 major, minor, patch;
wasm_runtime_get_version(&major, &minor, &patch);
printf("iwasm %u.%u.%u\n", major, minor, patch);
printf("iwasm %" PRIu32 ".%" PRIu32 ".%" PRIu32 "\n", major, minor,
Copy link
Collaborator

Choose a reason for hiding this comment

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

There are some other places, shall we modify them also?

wamr-compiler/main.c
product-mini/platforms/windows/main.c
product-mini/platforms/linux-sgx/enclave-sample/App/App.cpp

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It seems some PRIxxx macro is not available in sgx enclave ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, seems not supported. Let's merge this PR firstly.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
@wenyongh wenyongh merged commit c64186b into bytecodealliance:main Sep 1, 2022
vickiegpt pushed a commit to vickiegpt/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
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.

2 participants