summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/wasm-sources/moz.build
blob: e266bcb0dde64479a537def146075b19ee35c3dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

SANDBOXED_WASM_LIBRARY_NAME = "wasmSources"

WASM_SOURCES += [
    "a.cpp",
    "b.cc",
    "c.cxx",
]

WASM_SOURCES += [
    "d.c",
]