Skip to content

Commit ec1d624

Browse files
committed
wasip2-http.json: change emulator to wasmtime serve
Depends on tinygo-org/tinygo#4555
1 parent 35ee41e commit ec1d624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wasip2-http.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"inherits": ["wasip2"],
33
"wit-package": "./internal/go/http/proxy/proxy.wit",
4-
"wit-world": "go:http/proxy"
4+
"wit-world": "go:http/proxy",
5+
"emulator": "wasmtime serve -Scli --dir={tmpDir}::/tmp {}"
56
}

0 commit comments

Comments
 (0)