We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63502e8 commit af3d8f1Copy full SHA for af3d8f1
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Run the microservice on MySQL
60
run: |
61
cargo build --target wasm32-wasip1 --release
62
- wasmedge compile target/wasm32-wasi/release/order_demo_service.wasm order_demo_service.wasm
+ wasmedge compile target/wasm32-wasip1/release/order_demo_service.wasm order_demo_service.wasm
63
nohup wasmedge --env "DATABASE_URL=mysql://root:[email protected]:3306/mysql" order_demo_service.wasm &
64
echo $! > wasmedge.pid
65
sleep 15
0 commit comments