-
Notifications
You must be signed in to change notification settings - Fork 959
Enable multiple backends supported by the api crate to be used in the c-api as well #5443
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
Merged
xdoardo
merged 42 commits into
main
from
run-500-enable-c_api-backends-to-be-used-in-wasmers-implementation
Mar 12, 2025
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
eada9fb
fix(api): Minor changes to doc comments
xdoardo f08cd32
fix(api): Use `BackendKind::default()` to drive the decision of the d…
xdoardo 7aec83b
fix(api): Make `sys::default_engine()` public
xdoardo 3b822fc
fix(c-api): Enable multiple backends to be used with in wasmer's `c-api`
xdoardo 680f6cc
chore: Remove forgotten debug statements
xdoardo c859247
chore: Make linter happy
xdoardo e95638a
fix(c-api): Fix message
xdoardo 2231e03
fix(c-api): rename `wasm_config_x_sys` to `wasm_config_sys_x`
xdoardo 5651dad
fix(c-api): Fix pub re-export of `sys::*` items
xdoardo 7fa0b25
fix(c-api): Fix feature gates
xdoardo ac3f868
fix(c-api): Enable matching compiler features for `cranelift`, `singl…
xdoardo 76578fe
fix(c-api): Make `<backend>_engine_new_with_config` functions `pub(cr…
xdoardo 5f9d8d5
fix(c-api): Make all the engines in the top-level enum visible, then …
xdoardo aab3893
fix(c-api): Re-instate wrongly deleted `Default` annotation for `wasm…
xdoardo 2c31a42
fix(api): Use `module.exports()` to drive the order of `InstanceHandl…
xdoardo b880f76
fix(api): Make dep `wat` entail `wasmparser`
xdoardo af313b3
fix(v8): Fix missing null checks in `imports()`
xdoardo f75f5b7
fix(v8): Add proper checks when creating memory
xdoardo 8417922
fix(v8): Correct math error in `Module::deserialize`
xdoardo 9506911
fix(wamr): Fix missing checks in `Instance::imports()`
xdoardo 50e0b29
fix(wamr): Bump and lock to stable version of WAMR
xdoardo 8a475c3
fix(wamr): Implement `validate`
xdoardo 6d97d1c
fix(wamr): Implement missing checks when instantiating memory
xdoardo 32304e9
fix(wasmi): Implement missing checks when instantiating memory
xdoardo 3a99583
fix(api): Don't use backend kind to drive `BackendEngine::default()`
xdoardo 4a877b7
fix(api): Use `Cranelift`, `Singlepass`, `LLVM` and `Headless` in `Ba…
xdoardo 933095e
fix(api/build/wamr): Don't re-download if dir is already there
xdoardo 6fe4229
fix(api/wamr): Use default instantiation mechanism for wamr
xdoardo 145a804
chore: Make linter happy
xdoardo a081049
fix(c_api): Add explicit match on `LLVM`, `Cranelift` and `Singlepass…
xdoardo aef9b15
fix(c_api): `compiler_headless` entails `sys`.
xdoardo e357770
feat(ci): Add test for C-API with v8
xdoardo 632d73e
fix(c_api): Re-export target types from `wasmer_types`
xdoardo 5c5ffa7
fix(c_api): Remove feature-gate for `target_lexicon` mod
xdoardo a70fbe8
fix(c_api): Rename `wasmer_engine_config_*` to `wasmer_backend_config_*`
xdoardo ebfe28f
chore: Make linter happy
xdoardo 3d82cb2
chore: Make linter happy
xdoardo ec74f14
fix(c_api): Fix headless compilation
xdoardo 2f42e6e
ci: Disable c-api+v8 tests on linux
xdoardo 662a469
fix(api): Try adding specific clang flags in bindgen for v8 for imports
xdoardo a1a0550
fix(api): Try adding specific clang flags in bindgen for v8
xdoardo b4dfba4
fix(api): Change v8-specific clang flags for bindgen
xdoardo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.