edge-computing
Here are 507 public repositories matching this topic...
Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,
const interp = new wasm3.Interpreter(module);
interp.interpretNInstructions(100);
const interpState = interp.serializeState();
const interp2 = wasm3.In
-
Updated
Feb 23, 2022 - Java
Motivation
Showcase that developers could use SuperEdge to manage WasmEdge.
Details
Create a new workflow for SuperEdge and WasmEdge
-
How to guide: superedge/superedge@76529ca
-
The new GitHub Action workflow should be put on https://github.com/second-state/wasmedge-containers-examples/actions
-
After that, add
ENHANCEMENT
-
Describe the enhancement you are requesting.
Consider using Go errors group (golang.org/x/sync/errgroup) for handling routines inmainfunctions of Mainflux services. -
Indicate the importance of this enhancement to you (must-have, should-have, nice-to-have).
This is a nice-to-have.
-
Updated
Mar 4, 2022 - Go
-
Updated
Feb 11, 2022 - Python
-
Updated
Feb 10, 2022 - C++
-
Updated
Feb 15, 2022 - C++
-
Updated
Mar 10, 2022 - Go
-
Updated
Jun 18, 2020
-
Updated
Mar 7, 2022 - C++
-
Updated
Jan 22, 2022 - Python
-
Updated
Mar 10, 2022 - Go
add e2e test
as we know that e2e testing has been more reliable and widely adopted because of the following benefits:
- Expand test coverage
- Ensure the correctness of the application
- Reduce time to market
- Reduce cost
- Detect bugs
so this issues is for provide a proposal for add e2e test on superedge.
What would you like to be added/modified:
add e2e package under /test/e2e/.
the first com
It would be useful if Kuiper supported file-based rule and stream provisioning (i.e. importing) on startup. Currently rules and streams need to be created by someone using the client, or an application requesting creation via the Kuiper REST API.
Supporting file-based provisioning would allow someone to deploy Kuiper with a pre-defined set of streams and rules, removing the need for someone (or
-
Updated
Aug 11, 2021 - C++
*feature: support for yaml syntax/descriptor to Policies Create/Update utilities.
Now that zenohd can be configured via a configuration file, we should provide a default one in /etc/zenohd/.
The zenohd service will use it.
-
Updated
Mar 10, 2022 - Go
-
Updated
Mar 30, 2021 - Python
-
Updated
Mar 10, 2022 - Go
-
Updated
Mar 10, 2022 - Java
-
Updated
Aug 6, 2021 - Python
-
Updated
Dec 16, 2021
-
Updated
Mar 8, 2022
Improve this page
Add a description, image, and links to the edge-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the edge-computing topic, visit your repo's landing page and select "manage topics."

Now the helm is related in build, let's move it to root dir.
kubeedge/build/helm -> kubeedge/helm