carton/Tests/Fixtures/SandboxApp
omochimetaru 3cb3877d98
Send stdout/stderr from WasmRunner to dev server without decoding as UTF-8 (#471)
* Enable WasmRunner to handle stdout as raw binary

* catch other errors

* move devDeps

* use browser exception handling

* comment out
2024-05-25 01:33:13 +09:00
..
Sources/app Send stdout/stderr from WasmRunner to dev server without decoding as UTF-8 (#471) 2024-05-25 01:33:13 +09:00
Tests/SimpleTests Send stdout/stderr from WasmRunner to dev server without decoding as UTF-8 (#471) 2024-05-25 01:33:13 +09:00
.gitignore Send stdout/stderr from WasmRunner to dev server without decoding as UTF-8 (#471) 2024-05-25 01:33:13 +09:00
Package.swift Send stdout/stderr from WasmRunner to dev server without decoding as UTF-8 (#471) 2024-05-25 01:33:13 +09:00
README.md Send stdout/stderr from WasmRunner to dev server without decoding as UTF-8 (#471) 2024-05-25 01:33:13 +09:00

README.md

This application serves as a working environment for experimenting with the behavior of "carton". Since it is not used by automated tests, it can be easily modified. If you want to include the behavior created here in automated tests, please separate the target application for testing.