1
0
Fork 0

Support syscall

This commit is contained in:
David 2025-10-17 17:46:05 +02:00 committed by GitHub
parent 05de0670ea
commit d1ab6ed489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 247 additions and 8 deletions

View file

@ -367,7 +367,7 @@ Environment variables to forward to the wasm guest.
Directory to mount to the wasm guest.
`--experimental.localplugins.<name>.settings.useunsafe`:
Allow the plugin to use unsafe package. (Default: ```false```)
Allow the plugin to use unsafe and syscall packages. (Default: ```false```)
`--experimental.otlplogs`:
Enables the OpenTelemetry logs integration. (Default: ```false```)
@ -385,7 +385,7 @@ Environment variables to forward to the wasm guest.
Directory to mount to the wasm guest.
`--experimental.plugins.<name>.settings.useunsafe`:
Allow the plugin to use unsafe package. (Default: ```false```)
Allow the plugin to use unsafe and syscall packages. (Default: ```false```)
`--experimental.plugins.<name>.version`:
plugin's version.

View file

@ -367,7 +367,7 @@ Environment variables to forward to the wasm guest.
Directory to mount to the wasm guest.
`TRAEFIK_EXPERIMENTAL_LOCALPLUGINS_<NAME>_SETTINGS_USEUNSAFE`:
Allow the plugin to use unsafe package. (Default: ```false```)
Allow the plugin to use unsafe and syscall packages. (Default: ```false```)
`TRAEFIK_EXPERIMENTAL_OTLPLOGS`:
Enables the OpenTelemetry logs integration. (Default: ```false```)
@ -385,7 +385,7 @@ Environment variables to forward to the wasm guest.
Directory to mount to the wasm guest.
`TRAEFIK_EXPERIMENTAL_PLUGINS_<NAME>_SETTINGS_USEUNSAFE`:
Allow the plugin to use unsafe package. (Default: ```false```)
Allow the plugin to use unsafe and syscall packages. (Default: ```false```)
`TRAEFIK_EXPERIMENTAL_PLUGINS_<NAME>_VERSION`:
plugin's version.