opentofu/internal/cloud
Christian Mesh 0abfd52e3e Terrible hacks to get some sort of wasm working
cp "$(go env GOROOT)/lib/wasm/wasm_exec.js" .
GOOS=js GOARCH=wasm go build -ldflags="-X 'main.experimentsAllowed=yes'" -o main.wasm ./cmd/tofu/

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2026-04-30 14:57:01 -04:00
..
cloudplan Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
e2e refactor: add err checks (#2896) 2025-06-17 20:18:53 +04:00
testdata Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
backend.go Terrible hacks to get some sort of wasm working 2026-04-30 14:57:01 -04:00
backend_apply.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_apply_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_cli.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_common.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_context.go UIInput must return when the first SIGINT/SIGTERM signal is received (#4051) 2026-04-27 17:03:57 +03:00
backend_context_test.go UIInput must return when the first SIGINT/SIGTERM signal is received (#4051) 2026-04-27 17:03:57 +03:00
backend_plan.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_plan_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_refresh_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_run_warning.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_run_warning_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_show.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
backend_show_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
backend_taskStage_policyEvaluation.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
backend_taskStage_policyEvaluation_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_taskStage_taskResults.go refactor: implement all simple static checks (#2895) 2025-06-10 15:48:43 -04:00
backend_taskStage_taskResults_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_taskStages.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
backend_taskStages_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
cloud_integration.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
cloud_variables.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
cloud_variables_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
configchangemode_string.go cloud: DetectConfigChangeType helper 2021-11-17 14:20:44 -08:00
errored.tfstate Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
errors.go Cloud Backend - Fix logic that forces TF_WORKSPACE to be equal to a tag name (#1930) 2024-08-22 10:55:50 +03:00
migration.go Read state refactor (#3706) 2026-03-19 17:03:16 +02:00
migration_test.go Read state refactor (#3706) 2026-03-19 17:03:16 +02:00
remote_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
state.go Fix serialization error in tofu apply when using cloud.State (#3611) 2025-12-19 06:58:20 -05:00
state_test.go Fix serialization error in tofu apply when using cloud.State (#3611) 2025-12-19 06:58:20 -05:00
testing.go Terrible hacks to get some sort of wasm working 2026-04-30 14:57:01 -04:00
tfe_client_mock.go go.mod: Update "go-tfe" library to latest release (#3413) 2025-10-22 11:33:35 -07:00