File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,10 @@ licenses(["notice"]) # Apache 2
5
5
6
6
package(default_visibility = ["//visibility:public"])
7
7
8
- genrule(
9
- name = "wasm-c-api-gen",
10
- srcs = ["crates/c-api/include/wasm.h"],
11
- outs = ["include/wasm.h"],
12
- cmd = "cp $< $@",
13
- )
14
-
15
8
cc_library(
16
9
name = "wasmtime_lib",
17
10
hdrs = [
18
- "include/wasm.h",
11
+ "crates/c-api/ include/wasm.h",
19
12
],
20
13
deps = [
21
14
":rust_c_api",
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
#include " src/common/types.h"
16
- #include " include/wasm.h"
16
+ #include " crates/c-api/ include/wasm.h"
17
17
18
18
namespace proxy_wasm ::wasmtime {
19
19
Original file line number Diff line number Diff line change 26
26
27
27
#include " src/wasmtime/types.h"
28
28
29
- #include " include/wasm.h"
29
+ #include " crates/c-api/ include/wasm.h"
30
30
31
31
namespace proxy_wasm {
32
32
namespace wasmtime {
You can’t perform that action at this time.
0 commit comments