https://gitlab.com/tezos/tezos
Raw File
Tip revision: acb849f28aaee57215a64d0573931977d01c5e39 authored by Jun Furuse on 29 September 2023, 13:40:34 UTC
gas parameter update
Tip revision: acb849f
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