You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-rw-r--r-- 1 me staff 277 Nov 8 10:36 main.go
-rw-r--r-- 1 me staff 345 Nov 8 10:36 spin.toml
-rw-r--r-- 1 me staff 160 Nov 8 10:38 go.mod
-rw-r--r-- 1 me staff 406 Nov 8 10:38 go.sum
-rwxr-xr-x 1 me staff 217447 Nov 8 10:38 main.wasm
> spin build
Executing the build command for component hi: tinygo build -wasm-abi=generic -target=wasi -gc=leaking -no-debug -o main.wasm main.go
Successfully ran the build command for the Spin components.
> spin up
Serving http://127.0.0.1:3000
Available Routes:
hi: http://127.0.0.1:3000 (wildcard)
2022-11-08T09:39:43.558692Z ERROR spin_http: Error processing request: wasm trap: wasm `unreachable` instruction executed
wasm backtrace:
0: 0x3aa4 - <unknown>!runtime.runtimePanic
trying to run an unmodified
spin new go
projecton MacOS 13.0
upon opening http://127.0.0.1:3000
The text was updated successfully, but these errors were encountered: