package buildoptions
import "github.com/tetratelabs/wazero/internal/buildoptions"
Index ¶
Constants ¶
const IsDebugMode = false
Variables ¶
var CallStackCeiling = 2000
CallStackCeiling is the maximum WebAssembly call stack height. This allows wazero to raise wasm.ErrCallStackOverflow instead of overflowing the Go runtime.
The default value should suffice for most use cases. Those wishing to change this can via `go build -ldflags`.
Source Files ¶
debug_disabled.go stackoverflow.go
- Version
- v1.0.0-beta1
- Published
- Aug 30, 2022
- Platform
- linux/amd64
- Last checked
- 22 minutes ago –
Tools for package owners.