blob: 6932d2c95ee49cc67829a5013535f276e3d97c1c [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("wasm") {
deps = [
"bindgen",
"example",
]
}
group("tests") {
testonly = true
deps = [ "example:tests" ]
}