mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-11-07 22:49:36 +00:00
13 lines
290 B
Go
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 = ""
|