Skip to content

Enable parallel compilation in the C API by default#4270

Merged
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:c-api-parallel
Jun 14, 2022
Merged

Enable parallel compilation in the C API by default#4270
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:c-api-parallel

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

When parallel compilation was moved behind a compile-time feature in the
wasmtime crate we forgot to add the corresponding feature to the C API
which means that the C API hasn't been using parallel compilation since #1903
(oh dear!)

When parallel compilation was moved behind a compile-time feature in the
`wasmtime` crate we forgot to add the corresponding feature to the C API
which means that the C API hasn't been using parallel compilation since bytecodealliance#1903
(oh dear!)
@alexcrichton alexcrichton marked this pull request as ready for review June 14, 2022 20:50
@github-actions github-actions Bot added the wasmtime:c-api Issues pertaining to the C API. label Jun 14, 2022
@github-actions
Copy link
Copy Markdown

Subscribe to Label Action

cc @peterhuene

Details This issue or pull request has been labeled: "wasmtime:c-api"

Thus the following users have been cc'd because of the following labels:

  • peterhuene: wasmtime:c-api

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

@alexcrichton alexcrichton merged commit c7be937 into bytecodealliance:main Jun 14, 2022
@alexcrichton alexcrichton deleted the c-api-parallel branch June 14, 2022 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wasmtime:c-api Issues pertaining to the C API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants