https://gitlab.com/tezos/tezos
Raw File
Tip revision: a3fa819af16784dd4ce8d449450af62b5c0730ae authored by martoon on 12 October 2023, 15:40:56 UTC
MIR: Drop the check on smart-rollup-installer
Tip revision: a3fa819
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main_wasm_debugger)
 (public_name octez-smart-rollup-wasm-debugger)
 (package octez-smart-rollup-wasm-debugger)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.clic
  octez-libs.tree-encoding
  octez-libs.base.unix
  yaml
  octez-protocol-alpha-libs.client
  octez-l2-libs.scoru-wasm
  octez-l2-libs.scoru-wasm-helpers
  octez-l2-libs.webassembly-interpreter
  octez-l2-libs.webassembly-interpreter-extra
  octez-version.value
  lambda-term)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_scoru_wasm_helpers
  -open Tezos_webassembly_interpreter
  -open Tezos_webassembly_interpreter_extra))
back to top