Class SourceMapSection

java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
de.mirkosertic.bytecoder.core.backend.wasm.ast.SourceMapSection

public class SourceMapSection extends ModuleSection
  • Field Details

    • fileName

      private final String fileName
  • Constructor Details

    • SourceMapSection

      SourceMapSection(Module module, String fileName)
  • Method Details