forked from justjake/quickjs-emscripten
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
62 lines (57 loc) · 1.86 KB
/
.gitignore
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
node_modules
yarn-error.log
npm-error.log
*.tsbuildinfo
.vscode/*.log
/build
/dist
# QuickJS build stuff
/quickjs/test_fib.c
/quickjs/examples/test_fib
/quickjs/.obj/
/quickjs/examples/hello
/quickjs/examples/hello_module
/quickjs/hello.c
/quickjs/libquickjs.a
/quickjs/libquickjs.lto.a
/quickjs/qjs
/quickjs/qjsc
/quickjs/qjscalc
/quickjs/qjscalc.c
/quickjs/repl.c
/quickjs/run-test262
**/.yarn/*
!/.yarn/releases
arena-wrapper/dist_pack/grafx-studio-quickjs-async-debug.wasm
arena-wrapper/dist_pack/grafx-studio-quickjs-async.wasm
arena-wrapper/dist_pack/grafx-studio-quickjs-debug.wasm
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.4.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.83.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.150.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.196.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.242.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.312.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.336.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.420.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.616.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.625.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.790.js
arena-wrapper/dist_pack/grafx-studio-quickjs.chunks.862.js
arena-wrapper/dist_pack/grafx-studio-quickjs.main.js
arena-wrapper/dist_pack/grafx-studio-quickjs.wasm
arena-wrapper/dist_pack/index.html
dist_pack/0.bundle.js
dist_pack/159.bundle.js
dist_pack/238.bundle.js
dist_pack/269.bundle.js
dist_pack/358.bundle.js
dist_pack/368.bundle.js
dist_pack/447.bundle.js
dist_pack/561.bundle.js
dist_pack/711.bundle.js
dist_pack/830.bundle.js
dist_pack/bundle.js
dist_pack/emscripten-module.WASM_DEBUG_ASYNCIFY.wasm
dist_pack/emscripten-module.WASM_DEBUG_SYNC.wasm
dist_pack/emscripten-module.WASM_RELEASE_ASYNCIFY.wasm
dist_pack/emscripten-module.WASM_RELEASE_SYNC.wasm