chore: create separate go.mod file for testing dependencies for wasm tests

that use Chromium headless browser to avoid use of older incompatible version.

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2025-09-11 10:41:47 +02:00
committed by Ron Evans
parent 381644a0c0
commit e80c6c48a1
5 changed files with 39 additions and 30 deletions
+1 -1
View File
@@ -951,7 +951,7 @@ endif
wasmtest:
$(GO) test ./tests/wasm
cd ./tests/wasm && $(GO) test .
build/release: tinygo gen-device $(if $(filter 1,$(USE_SYSTEM_BINARYEN)),,binaryen)
@mkdir -p build/release/tinygo/bin