2025-02-14 12:42:07 +07:00
|
|
|
// runindir
|
|
|
|
|
|
2024-12-24 19:40:24 +07:00
|
|
|
// Copyright 2024 The Go Authors. All rights reserved.
|
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
2025-02-14 12:42:07 +07:00
|
|
|
// This test checks the memory size of a small wasm program.
|
|
|
|
|
|
|
|
|
|
//go:build wasm
|
2024-12-24 19:40:24 +07:00
|
|
|
|
2025-02-14 12:42:07 +07:00
|
|
|
package ignored
|