Skip to content

Commit

Permalink
wasm, java works okay
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed Oct 10, 2024
1 parent 697eba9 commit 90bd785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/staging/stages.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ var languageMap = map[string]string{
// "ts": "typescript",
// "file": "file",
// "rpc": "rpc",
// "wasm": "wasm",
// "java": "java",
"wasm": "wasm",
"java": "java",
// // "c": "c",
// "cob": "cobol",
// "go": "go",
Expand Down

0 comments on commit 90bd785

Please sign in to comment.