File tree Expand file tree Collapse file tree 5 files changed +179
-546
lines changed
Expand file tree Collapse file tree 5 files changed +179
-546
lines changed Original file line number Diff line number Diff line change @@ -187,31 +187,11 @@ cc_library(
187187 ],
188188)
189189
190- genrule (
191- name = "prefixed_wasmtime_sources" ,
192- srcs = [
193- "src/wasmtime/types.h" ,
194- "src/wasmtime/wasmtime.cc" ,
195- ],
196- outs = [
197- "src/wasmtime/prefixed_types.h" ,
198- "src/wasmtime/prefixed_wasmtime.cc" ,
199- ],
200- cmd = """
201- for file in $(SRCS); do
202- sed -e 's/wasm_/wasmtime_wasm_/g' \
203- -e 's/wasmtime\\ /types.h/wasmtime\\ /prefixed_types.h/g' \
204- $$file >$(@D)/$$(dirname $$file)/prefixed_$$(basename $$file)
205- done
206- """ ,
207- )
208-
209190cc_library (
210191 name = "wasmtime_lib" ,
211192 srcs = [
212193 "src/common/types.h" ,
213- "src/wasmtime/prefixed_types.h" ,
214- "src/wasmtime/prefixed_wasmtime.cc" ,
194+ "src/wasmtime/wasmtime.cc" ,
215195 ],
216196 hdrs = ["include/proxy-wasm/wasmtime.h" ],
217197 copts = [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments