Skip to content

Commit c0686b9

Browse files
committed
updated awsm repo
1 parent 3bf3882 commit c0686b9

File tree

3 files changed

+44
-27
lines changed

3 files changed

+44
-27
lines changed

.vscode/c_cpp_properties.json

+22-23
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
{
2-
"configurations": [
3-
{
4-
"name": "Linux",
5-
"intelliSenseMode": "clang-x64",
6-
"includePath": [
7-
"/usr/include/",
8-
"${workspaceFolder}/runtime/include/",
9-
"${workspaceFolder}/runtime/thirdparty/ck/include/",
10-
"${workspaceFolder}/runtime/thirdparty/http-parser/",
11-
"${workspaceFolder}/runtime/thirdparty/jsmn/",
12-
"${workspaceFolder}/awsm/runtime/libc/wasi/include/",
13-
"${workspaceFolder}/libsledge/include"
14-
],
15-
"defines": [
16-
"x86_64",
17-
"_GNU_SOURCE"
18-
],
19-
"cStandard": "c17",
20-
"compilerPath": "/usr/bin/clang"
21-
}
22-
],
23-
"version": 4
24-
}
2+
"configurations": [
3+
{
4+
"name": "Linux",
5+
"intelliSenseMode": "clang-x64",
6+
"includePath": [
7+
"/usr/include/",
8+
"${workspaceFolder}/runtime/include/",
9+
"${workspaceFolder}/runtime/thirdparty/ck/include/",
10+
"${workspaceFolder}/runtime/thirdparty/http-parser/",
11+
"${workspaceFolder}/runtime/thirdparty/jsmn/",
12+
"${workspaceFolder}/awsm/runtime/libc/wasi/include/",
13+
"${workspaceFolder}/libsledge/include"
14+
],
15+
"defines": [
16+
"x86_64",
17+
"_GNU_SOURCE"
18+
],
19+
"cStandard": "c17"
20+
}
21+
],
22+
"version": 4
23+
}

.vscode/settings.json

+21-3
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,25 @@
126126
"local_cleanup_queue.h": "c",
127127
"sandbox_state_transition.h": "c",
128128
"http_session_perf_log.h": "c",
129-
"perf_window.h": "c",
130-
"global_request_scheduler_deque.h": "c"
129+
"traffic_control.h": "c",
130+
"memory_resource": "c",
131+
"memory": "c",
132+
"istream": "c",
133+
"ostream": "c",
134+
"sstream": "c",
135+
"streambuf": "c",
136+
"sandbox_perf_log.h": "c",
137+
"global_request_scheduler_deque.h": "c",
138+
"message.h": "c",
139+
"dbf.h": "c",
140+
"dbf_generic.h": "c",
141+
"tenant_functions.h": "c",
142+
"thread": "c",
143+
"limits": "c",
144+
"algorithm": "c",
145+
"stdio.h": "c",
146+
"get_time.h": "c",
147+
"unistd.h": "c"
131148
},
132149
"files.exclude": {
133150
"**/.git": true,
@@ -189,5 +206,6 @@
189206
"TKILL",
190207
"WASI"
191208
],
192-
"C_Cpp.errorSquiggles": "Enabled"
209+
"C_Cpp.errorSquiggles": "Enabled",
210+
"C_Cpp.default.compilerPath": "/usr/bin/clang"
193211
}

awsm

Submodule awsm updated 141 files

0 commit comments

Comments
 (0)