stable
Clone or download
Read-only
Merge commit 'refs/changes/67/28467/3' of ssh://gerrit.tuleap.net:29418/tuleap
# By Thomas PIRAS # Via Thomas Piras * ssh://gerrit.tuleap.net:29418/tuleap: request #31183: Wasmtime: 7.0.0 -> 8.0.0 Add logging and monitoring for git:pre-receive
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/gitPlugin.php | +2 | −1 | Go to diff View file |
M | src/additional-packages/wasmtime-wrapper-lib/Cargo.lock | +66 | −50 | Go to diff View file |
M | src/additional-packages/wasmtime-wrapper-lib/Cargo.toml | +3 | −3 | Go to diff View file |
M | src/additional-packages/wasmtime-wrapper-lib/src/lib.rs | +116 | −37 | Go to diff View file |
M | src/additional-packages/wasmtime-wrapper-lib/src/wire.rs | +6 | −3 | Go to diff View file |
M | src/additional-packages/wasmtime-wrapper-lib/test-wasm-modules/Cargo.toml | +4 | −0 | Go to diff View file |
A | src/additional-packages/wasmtime-wrapper-lib/test-wasm-modules/src/memory-alloc-success/main.rs | +28 | −0 | Go to diff View file |
M | src/common/WebAssembly/FFIWASMCaller.php | +89 | −6 | Go to diff View file |
A | src/common/WebAssembly/WASMStatistics.php | +29 | −0 | Go to diff View file |
M | src/common/WebAssembly/WASMUserCodeErrorResponse.php | +1 | −0 | Go to diff View file |
M | src/common/WebAssembly/WASMValidResponse.php | +1 | −0 | Go to diff View file |