WasmEdge / wasmedge-db-examples

Lightweight database clients in the WasmEdge Runtime
Apache License 2.0
64 stars 10 forks source link

chore: make wasm32-wasi default target #13

Closed sunng87 closed 10 months ago

sunng87 commented 10 months ago

Add .cargo configuration to make wasm32-wasi default target when user run cargo build.

juntao commented 10 months ago

Thanks! Can you remove the lock file from the PR?

sunng87 commented 10 months ago

No problem. But this lock file is neither up to date/included in repo/ingored, I think we need to change something at least.

sunng87 commented 10 months ago

The CI failure seems to be unrelated with this PR

juntao commented 10 months ago

Yeah, the PR CI has no access to the repo secret value.

The CI failure seems to be unrelated with this PR