Commit ff5fc62
authored
fix: Make Wazero the lens runtime for C bindings (#4524)
## Relevant issue(s)
Resolves #4523
## Description
A recent change removed a line of code that made the C Bindings'
`NewNode` function explicitly use Wazero as its lens runtime. This broke
the C bindings, because that is currently the only runtime that is
supported. This reverts that change.
## Tasks
- [x] I made sure the code is well commented, particularly
hard-to-understand areas.
- [x] I made sure the repository-held documentation is changed
accordingly.
- [x] I made sure the pull request title adheres to the conventional
commit style (the subset used in the project can be found in
[tools/configs/chglog/config.yml](tools/configs/chglog/config.yml)).
- [x] I made sure to discuss its limitations such as threats to
validity, vulnerability to mistake and misuse, robustness to
invalidation of assumptions, resource requirements, ...
## How has this been tested?
Specify the platform(s) on which this was tested:
- WSL1 parent da33729 commit ff5fc62
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments