/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/wasmmemsize.go
11 строк
268 B
Cherry Mui
test: add a test for wasm memory usage
28 окт 2024, 16:27
28 окт 2024, 16:27
bbdc65b
Код
Авторство
О чём код?
// runindir // 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. // This test checks the memory size of a small wasm program. //go:build wasm package ignored