go-typst/cli_wasi.go
David Vogel bc69f35948
Some checks failed
golangci-lint / lint (push) Successful in 1m16s
test / test (1.23.x, 0.12.0) (push) Failing after 4s
test / test (1.23.x, 0.13.0) (push) Failing after 3s
test / test (1.23.x, 0.13.1) (push) Failing after 4s
test / test (1.23.x, 0.14.0) (push) Failing after 3s
Allow it to compile on unsupported platforms
2025-11-03 21:44:01 +01:00

13 lines
290 B
Go

// Copyright (c) 2025 David Vogel
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
//go:build wasip1
package typst
// The path to the Typst executable.
// We leave that empty as we don't support this platform for now.
var ExecutablePath = ""