bots-garden/slingshot

Add a parameter to allow hosts

k33g opened this issue · 0 comments

k33g commented
	manifest := extism.Manifest{
		Wasm: []extism.Wasm{
			extism.WasmFile{
				Path: path},
		},
		AllowedHosts:  []string{"*"}, 
	}