/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/wasm-allocation/testcfg.py
6 строк
204 B
Joyee Cheung
src: do not enable wasm trap handler if there's not enough vmem
28 апр 2026, 13:45
Не верифицирован
28 апр 2026, 13:45
79262ff
Код
Авторство
О чём код?
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.SimpleTestConfiguration(context, root, 'wasm-allocation')