You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
Smaug is a Go library for running processes with context-aware lifecycle management, process group control, and optional platform-specific sandboxing. It provides a unified interface for launching executables across Windows, macOS, and Linux while handling the platform differences behind the scenes.
9
9
10
-
Built for the [itch.io app](https://itch.io/itch) to securely launch untrusted game binaries, smaug selects the right execution strategy automatically based on the target OS and whether sandboxing is enabled. The `runner` package exposes a `Runner` interface — call `GetRunner()` with your parameters, then `Prepare()` and `Run()`.
10
+
Built for the [itch.io app](https://itch.io/itch) to launch game binaries, smaug selects the right execution strategy automatically based on the target OS and whether sandboxing is enabled. The `runner` package exposes a `Runner` interface — call `GetRunner()` with your parameters, then `Prepare()` and `Run()`.
0 commit comments