* Add cmake compatibility to c-api * Add CMake documentation to wasmtime.h * Add CMake instructions in examples * Modify CI for CMake support * Use correct rust in CI * Trigger build * Refactor run-examples * Reintroduce example_to_run in run-examples * Replace run-examples crate with cmake * Fix markdown formatting in examples readme * Fix cmake test quotes * Build rust wasm before cmake tests * Pass CTEST_OUTPUT_ON_FAILURE * Another cmake test * Handle os differences in cmake test * Fix bugs in memory and multimemory examples
23 lines
183 B
Plaintext
23 lines
183 B
Plaintext
*.bk
|
|
*.pyc
|
|
*.swo
|
|
*.swp
|
|
*.swx
|
|
*~
|
|
.*.rustfmt
|
|
.mypy_cache
|
|
\#*\#
|
|
cranelift.dbg*
|
|
docs/_build
|
|
docs/book
|
|
.vscode/
|
|
rusty-tags.*
|
|
tags
|
|
target
|
|
.z3-trace
|
|
foo
|
|
.cargo
|
|
publish
|
|
vendor
|
|
examples/build
|