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

enable pthread for AoT && update AOT current version to 2 #311

Merged
merged 1 commit into from
Jul 16, 2020

Conversation

xujuntwt95329
Copy link
Collaborator

  1. enable pthread for AoT
  2. update AOT current version to 2

@wenyongh wenyongh merged commit 32b2943 into bytecodealliance:main Jul 16, 2020
wenyongh referenced this pull request in wenyongh/wasm-micro-runtime Jul 16, 2020
enable pthread for AoT && update AOT current version to 2 (#311)
lum1n0us pushed a commit to lum1n0us/wasm-micro-runtime that referenced this pull request May 2, 2023
…iance#311)

Enable emitting custom name section to aot file when adding
`--enable-dump-call-stack` or `--enable-dump-call-stack` to
wamrc and there is custom name section in wasm file, which
can be generated by wasi-sdk/emcc "-g" option. So aot runtime
can also get the function name from the custom name section
instead of export section,  to which developer should use
`--export-all` for wasi-sdk/emcc to generate export function
names.

And refine wamr-sdk build scripts:
Avoid hardcoding the path of wasi-sdk in wamr_toolchain.cmake,
allow passing -w [wasi-sdk path] to build_sdk.sh,
allow passing OUT_DIR to app-sdk and runtime-sdk,
and optimize message information.
victoryang00 pushed a commit to victoryang00/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