stable
Clone or download
Read-only
Merge commit 'refs/changes/00/30300/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: feat: request #35869 Enable Wasmtime cache Change-Id: I1bd4e73be08c8fd9e13ef937f20ba4c0ac51dc95
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/gitPlugin.php | +2 | −1 | Go to diff View file |
M | plugins/tracker_cce/include/tracker_ccePlugin.php | +2 | −1 | Go to diff View file |
M | src/additional-packages/wasmtime-wrapper-lib/Cargo.lock | +158 | −0 | Go to diff View file |
M | src/additional-packages/wasmtime-wrapper-lib/Cargo.toml | +1 | −1 | Go to diff View file |
M | src/additional-packages/wasmtime-wrapper-lib/src/lib.rs | +9 | −0 | Go to diff View file |
M | src/additional-packages/wasmtime-wrapper-lib/src/wire.rs | +1 | −0 | Go to diff View file |
M | src/common/WebAssembly/FFIWASMCaller.php | +13 | −2 | Go to diff View file |
A | src/common/WebAssembly/WASMCacheConfigurationBuilder.php | +30 | −0 | Go to diff View file |
A | src/common/WebAssembly/WasmtimeCacheConfigurationBuilder.php | +90 | −0 | Go to diff View file |
M | src/common/include/SiteCache.php | +7 | −0 | Go to diff View file |
A | tests/unit/common/WebAssembly/WasmtimeCacheConfigurationBuilderTest.php | +57 | −0 | Go to diff View file |