https://gitlab.com/tezos/tezos
Raw File
Tip revision: 93b0bc40142a137b1fdf8b37d47f154d54647b5d authored by Ilya Peresadin on 26 September 2023, 09:41:44 UTC
Address Valentin review
Tip revision: 93b0bc4
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