mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
Merge pull request #252 from Hywan/fix-makefile-cpi
chore(makefile) Remove the `capi` target
This commit is contained in:
commit
afc83d2698
3
Makefile
3
Makefile
@ -12,9 +12,6 @@ spectests:
|
|||||||
emtests:
|
emtests:
|
||||||
WASM_EMSCRIPTEN_GENERATE_EMTESTS=1 cargo build -p wasmer-emscripten
|
WASM_EMSCRIPTEN_GENERATE_EMTESTS=1 cargo build -p wasmer-emscripten
|
||||||
|
|
||||||
capi:
|
|
||||||
cargo build --manifest-path lib/runtime-c-api/Cargo.toml
|
|
||||||
|
|
||||||
# clean:
|
# clean:
|
||||||
# rm -rf artifacts
|
# rm -rf artifacts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user