From ec1d624249dbd3c2548e0a9fe97a4dd618afbf9a Mon Sep 17 00:00:00 2001 From: Randy Reddig Date: Sun, 27 Oct 2024 08:07:26 -0600 Subject: [PATCH] wasip2-http.json: change emulator to wasmtime serve Depends on https://github.com/tinygo-org/tinygo/pull/4555 --- wasip2-http.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wasip2-http.json b/wasip2-http.json index 7985c5f..f29d605 100644 --- a/wasip2-http.json +++ b/wasip2-http.json @@ -1,5 +1,6 @@ { "inherits": ["wasip2"], "wit-package": "./internal/go/http/proxy/proxy.wit", - "wit-world": "go:http/proxy" + "wit-world": "go:http/proxy", + "emulator": "wasmtime serve -Scli --dir={tmpDir}::/tmp {}" }