Skip to content

Commit

Permalink
feat!: Bump binaryen to version_102 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 6, 2022
1 parent 8f1f313 commit 5e147d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binaryen
Submodule binaryen updated 704 files
6 changes: 3 additions & 3 deletions dune
Expand Up @@ -5,17 +5,17 @@
(library_flags
(:include ./config/library_flags.sexp))
(c_library_flags :standard -lstdc++ -lpthread)
(install_c_headers binaryen-c wasm-delegations))
(install_c_headers binaryen-c))

(rule
(targets binaryen-c.h wasm-delegations.h)
(targets binaryen-c.h wasm-delegations.def)
(deps
(source_tree binaryen))
(action
(no-infer
(progn
(copy binaryen/src/binaryen-c.h binaryen-c.h)
(copy binaryen/src/wasm-delegations.h wasm-delegations.h)))))
(copy binaryen/src/wasm-delegations.def wasm-delegations.def)))))

(rule
(targets libbinaryen.a)
Expand Down

0 comments on commit 5e147d7

Please sign in to comment.