-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
37 lines (33 loc) · 1.14 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name = "WebAssemblyCompiler"
uuid = "9bc180e8-272c-4d08-a460-9682f1716cbe"
authors = ["Tom Short <[email protected]> and contributors"]
version = "0.1.15"
[deps]
Binaryen_jll = "a54ac8ab-712d-5a0e-8e11-9296c0d3c20e"
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
CodeInfoTools = "bc773b8a-8374-437a-b9f2-0e9785855863"
CompTime = "0fb5dd42-039a-4ca4-a1d7-89a96eae6d39"
GPUCompiler = "61eb1bfa-7361-4325-ad38-22787b887f55"
NodeCall = "84d67a5e-1aa2-4817-a501-81e0ebf70bff"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
libjlnode_jll = "e3ef64f0-f261-50ad-b884-29c8a26457f8"
libnode_jll = "76d26698-d9ba-5ca1-ae24-4ac9393d02a0"
[compat]
Binaryen_jll = "0.116"
CEnum = "0.4"
CodeInfoTools = "0.3"
CompTime = "0.1"
Dictionaries = "0.3"
GPUCompiler = "0.24"
NodeCall = "1.1"
Reexport = "1.2"
Unrolled = "0.1"
julia = "1.7"
[extras]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
NodeCall = "84d67a5e-1aa2-4817-a501-81e0ebf70bff"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Test", "NodeCall", "TestItemRunner", "Dictionaries"]