Skip to content

Add inherit_network and allow_ip_name_lookup to C API#13145

Merged
alexcrichton merged 3 commits intobytecodealliance:mainfrom
gearhand:extended-c-api
Apr 20, 2026
Merged

Add inherit_network and allow_ip_name_lookup to C API#13145
alexcrichton merged 3 commits intobytecodealliance:mainfrom
gearhand:extended-c-api

Conversation

@gearhand
Copy link
Copy Markdown
Contributor

Discussed in issue #13130

Without these changes there is no way to C API users to allow network access and DNS resolution for wasm components.

Resolves #13130

@gearhand gearhand requested a review from a team as a code owner April 20, 2026 08:51
@gearhand gearhand requested review from alexcrichton and removed request for a team April 20, 2026 08:51
@gearhand gearhand changed the title Extended c api Add inherit_network and allow_ip_name_lookup to C API Apr 20, 2026
@github-actions github-actions bot added the wasmtime:c-api Issues pertaining to the C API. label Apr 20, 2026
Copy link
Copy Markdown
Member

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

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

Thanks!

@alexcrichton alexcrichton added this pull request to the merge queue Apr 20, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 20, 2026
@alexcrichton alexcrichton added this pull request to the merge queue Apr 20, 2026
Merged via the queue into bytecodealliance:main with commit a123c8c Apr 20, 2026
52 checks passed
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.

Functions inherit_network and allow_ip_name_lookup are missing from c-api

2 participants