mirror of
https://github.com/extism/extism.git
synced 2026-01-12 15:28:05 -05:00
Compare commits
2 Commits
main
...
add-elixir
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c31215ce7 | ||
|
|
fc95a99e40 |
@@ -1,7 +1,4 @@
|
||||
import sys
|
||||
import io
|
||||
import subprocess
|
||||
import os
|
||||
|
||||
from header import *
|
||||
|
||||
@@ -58,6 +55,7 @@ if __name__ == '__main__':
|
||||
Lang('python', 'py'),
|
||||
Lang('ruby', 'rb'),
|
||||
Lang('rust', 'rs'),
|
||||
Lang('elixir', 'ex', path='../elixir/lib/extism/'),
|
||||
]
|
||||
|
||||
header = Header()
|
||||
|
||||
Reference in New Issue
Block a user