File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ jobs:
18
18
matrix :
19
19
cip :
20
20
- tag : static
21
- - tag : " 5.37 "
22
- - tag : " 5.36 "
23
- # - tag: "5.36 "
21
+ - tag : " 5.41 "
22
+ - tag : " 5.40 "
23
+ # - tag: "5.40 "
24
24
# wasmtime: "v0.28.0"
25
+ - tag : " 5.38"
26
+ - tag : " 5.36"
25
27
- tag : " 5.34"
26
28
- tag : " 5.32"
27
29
- tag : " 5.30"
Original file line number Diff line number Diff line change 5
5
* .wasm
6
6
/jit- *
7
7
/.teset-script *
8
+ /.build
9
+ * .old
10
+ * .orig
Original file line number Diff line number Diff line change
1
+ {
2
+ "pls.perlcritic.perlcriticrc" : " perlcriticrc" ,
3
+ "pls.inc" : [
4
+ " $ROOT_PATH/lib"
5
+ ]
6
+ }
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name = Wasm
2
2
author = Graham Ollis <
[email protected] >
3
3
license = Perl_5
4
4
copyright_holder = Graham Ollis
5
- copyright_year = 2020-2022
5
+ copyright_year = 2020-2024
6
6
version = 0.23
7
7
8
8
; authordep Test::Memory::Cycle
9
9
10
10
[@Author::Plicease]
11
- :version = 2.72
11
+ :version = 2.79
12
12
release_tests = 1
13
13
installer = Author::Plicease::MakeMaker
14
14
github_user = perlwasm
You can’t perform that action at this time.
0 commit comments