mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
merge
This commit is contained in:
commit
a89d22bd25
6 changed files with 33 additions and 3 deletions
|
@ -79,6 +79,7 @@ func Execute(res http.ResponseWriter, req *http.Request) {
|
|||
"kotlin",
|
||||
"lua",
|
||||
"nasm", "asm",
|
||||
"nasm64", "asm64",
|
||||
"node", "javascript", "js",
|
||||
"perl", "pl",
|
||||
"php",
|
||||
|
@ -152,6 +153,8 @@ func launch(request Inbound, res http.ResponseWriter) {
|
|||
execlang = "elixir"
|
||||
case "asm":
|
||||
execlang = "nasm"
|
||||
case "asm64":
|
||||
execlang = "nasm64"
|
||||
case "js", "javascript":
|
||||
execlang = "node"
|
||||
case "jl":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue