/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v25.7.0
test/wasm-allocation/testcfg.py
6 строк
212 B
Joyee Cheung
cli: allow running wasm in limited vmem with --disable-wasm-trap-handler
10 май 2024, 11:32
Не верифицирован
10 май 2024, 11:32
77fabfb
Код
Авторство
О чём код?
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.WasmAllocationTestConfiguration(context, root, 'wasm-allocation')