-
Notifications
You must be signed in to change notification settings - Fork 816
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
Support multiple heterogeneous backends at the same time #5243
base: main
Are you sure you want to change the base?
Support multiple heterogeneous backends at the same time #5243
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ec8a5a - Browse repository at this point
Copy the full SHA 0ec8a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c73e0b4 - Browse repository at this point
Copy the full SHA c73e0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd41579 - Browse repository at this point
Copy the full SHA bd41579View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94b9a8b - Browse repository at this point
Copy the full SHA 94b9a8bView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fb28b6 - Browse repository at this point
Copy the full SHA 0fb28b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cdcc11 - Browse repository at this point
Copy the full SHA 1cdcc11View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c0bc1 - Browse repository at this point
Copy the full SHA c0c0bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 671bfd5 - Browse repository at this point
Copy the full SHA 671bfd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5fc3c - Browse repository at this point
Copy the full SHA 9d5fc3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4836270 - Browse repository at this point
Copy the full SHA 4836270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 491e128 - Browse repository at this point
Copy the full SHA 491e128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44056c6 - Browse repository at this point
Copy the full SHA 44056c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2f090 - Browse repository at this point
Copy the full SHA bf2f090View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5931ae - Browse repository at this point
Copy the full SHA e5931aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8e1d9 - Browse repository at this point
Copy the full SHA ab8e1d9View commit details -
Merge branch 'main' into 5198-cli-support-wasm_c_api-backends-togethe…
…r-with-native-ones
Configuration menu - View commit details
-
Copy full SHA for c3680ff - Browse repository at this point
Copy the full SHA c3680ffView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed81a83 - Browse repository at this point
Copy the full SHA ed81a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78459d1 - Browse repository at this point
Copy the full SHA 78459d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e80bdd8 - Browse repository at this point
Copy the full SHA e80bdd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379ae4c - Browse repository at this point
Copy the full SHA 379ae4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5f4cb - Browse repository at this point
Copy the full SHA 5d5f4cbView commit details
Commits on Nov 22, 2024
-
feat(api): Add
id()
function towasmer::Engine
.Adds a function to retrieve a unique identifier (backed by an `AtomicU64`) for the top-level `Engine` type. The `id` is saved in the `Engine` struct itself rather than types down the line. This fits better with the current structure of the `sys` rt engines, which are defined in the `wasmer_compiler` crate.
Configuration menu - View commit details
-
Copy full SHA for 32c51b9 - Browse repository at this point
Copy the full SHA 32c51b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 127a024 - Browse repository at this point
Copy the full SHA 127a024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 026da59 - Browse repository at this point
Copy the full SHA 026da59View commit details -
fix(api/v8): Don't delete V8's engine when dropping
CApiEngine
...Instead, delete it only when dropping the `EngineCapsule`, otherwise V8's internal DFA will be in a state that forbids the creation of new engines.
Configuration menu - View commit details
-
Copy full SHA for 1d2229c - Browse repository at this point
Copy the full SHA 1d2229cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a12b35f - Browse repository at this point
Copy the full SHA a12b35fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec657d - Browse repository at this point
Copy the full SHA 7ec657dView commit details -
fix(ci): Try installing llvm to get llvm-objcopy
.. unfortunately, GNU's objcopy does not work as expected on aarch64 + Mach-O.
Configuration menu - View commit details
-
Copy full SHA for f1a2534 - Browse repository at this point
Copy the full SHA f1a2534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac2349 - Browse repository at this point
Copy the full SHA 5ac2349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 010cc07 - Browse repository at this point
Copy the full SHA 010cc07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1f5bd - Browse repository at this point
Copy the full SHA 0a1f5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0324e - Browse repository at this point
Copy the full SHA 0a0324eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c54101 - Browse repository at this point
Copy the full SHA 3c54101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 031a382 - Browse repository at this point
Copy the full SHA 031a382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51dc02b - Browse repository at this point
Copy the full SHA 51dc02bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c8c99b - Browse repository at this point
Copy the full SHA 0c8c99bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0246f50 - Browse repository at this point
Copy the full SHA 0246f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0776729 - Browse repository at this point
Copy the full SHA 0776729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 126c121 - Browse repository at this point
Copy the full SHA 126c121View commit details -
Configuration menu - View commit details
-
Copy full SHA for af86ef7 - Browse repository at this point
Copy the full SHA af86ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0873adc - Browse repository at this point
Copy the full SHA 0873adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8c2ed - Browse repository at this point
Copy the full SHA ec8c2edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 193d3f2 - Browse repository at this point
Copy the full SHA 193d3f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6158bb9 - Browse repository at this point
Copy the full SHA 6158bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4342398 - Browse repository at this point
Copy the full SHA 4342398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1782c88 - Browse repository at this point
Copy the full SHA 1782c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12621c3 - Browse repository at this point
Copy the full SHA 12621c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0d60ea - Browse repository at this point
Copy the full SHA e0d60eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c1dd13 - Browse repository at this point
Copy the full SHA 4c1dd13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88518b6 - Browse repository at this point
Copy the full SHA 88518b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc6cf0 - Browse repository at this point
Copy the full SHA 3dc6cf0View commit details -
Merge branch 'main' into 5198-cli-support-wasm_c_api-backends-togethe…
…r-with-native-ones
Configuration menu - View commit details
-
Copy full SHA for e1ed036 - Browse repository at this point
Copy the full SHA e1ed036View commit details -
Configuration menu - View commit details
-
Copy full SHA for a82a22e - Browse repository at this point
Copy the full SHA a82a22eView commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfbcdce - Browse repository at this point
Copy the full SHA dfbcdceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b26595 - Browse repository at this point
Copy the full SHA 7b26595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bf8d2 - Browse repository at this point
Copy the full SHA 49bf8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5ce03 - Browse repository at this point
Copy the full SHA 8e5ce03View commit details -
Configuration menu - View commit details
-
Copy full SHA for f381470 - Browse repository at this point
Copy the full SHA f381470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1005cfc - Browse repository at this point
Copy the full SHA 1005cfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 430301e - Browse repository at this point
Copy the full SHA 430301eView commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7c6757 - Browse repository at this point
Copy the full SHA c7c6757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6042f0a - Browse repository at this point
Copy the full SHA 6042f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5823eb7 - Browse repository at this point
Copy the full SHA 5823eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f4ab0 - Browse repository at this point
Copy the full SHA 72f4ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c111880 - Browse repository at this point
Copy the full SHA c111880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f4195 - Browse repository at this point
Copy the full SHA 81f4195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 234dbea - Browse repository at this point
Copy the full SHA 234dbeaView commit details