You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alex Crichton acbcc21d08
Update CLI flag documentation for wmemcheck (#9183)
2 months ago
..
assemblyscript-hello-world Update and Refactor docs/assemblyscript-hello-world. Add WASI Demo in docs/assemblyscript_demo. (#5949) 1 year ago
assemblyscript_demo Update and Refactor docs/assemblyscript-hello-world. Add WASI Demo in docs/assemblyscript_demo. (#5949) 1 year ago
assets Adds JIT profiling support for VTune (#819) 5 years ago
SUMMARY.md Reorder book-based documentation (#8130) 8 months ago
WASI-api.md doc: fix WASI-api link (#5912) 2 years ago
WASI-background.md Remove superfluous are (#1326) 5 years ago
WASI-capabilities.md Update broken URL to Fuchsia docs (#936) 5 years ago
WASI-documents.md Fix broken link to WASI API documentation (#6775) 1 year ago
WASI-intro.md doc: fix lang-c link (#8996) 4 months ago
WASI-overview.md Fix broken link (#8994) 4 months ago
WASI-possible-future-features.md Fix grammar in documentation. 6 years ago
WASI-rationale.md WASI prototype design, implementation, and documentation. 6 years ago
WASI-some-possible-changes.md clarify posix_fallocate vs fd_allocate in docs 5 years ago
WASI-tutorial.md Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867) 3 months ago
book.toml Add docs.wasmtime.dev as a CNAME for the Wasmtime docs (#2317) 4 years ago
cli-cache.md Test book documentation on CI 5 years ago
cli-install.md Reorder book-based documentation (#8130) 8 months ago
cli-logging.md corrections to the WASMTIME_LOG docs (#8669) 6 months ago
cli-options.md Document `wasmtime serve` (#8077) 8 months ago
cli.md Log to stderr by default. (#1266) 5 years ago
contributing-architecture.md Turn the `wasmtime-runtime` crate into the `wasmtime::runtime::vm` module (#8501) 6 months ago
contributing-building.md Update the docs for building the C API (#8960) 4 months ago
contributing-ci.md Build "min" artifacts on CI (#7315) 1 year ago
contributing-coc.md docs: Include the code of conduct directly into the mdbook 5 years ago
contributing-code-review.md Document our PR reviewer auto-assignment expectations (#6346) 2 years ago
contributing-coding-guidelines.md Don't gate on `cargo vet` for PRs (#8343) 7 months ago
contributing-cross-compiling.md Docs: Expand cross compiling section into its own page (#5284) 2 years ago
contributing-development-process.md Update PR template and dev process docs (#6158) 2 years ago
contributing-fuzzing.md Rename the `master` branch to `main` (#1924) 4 years ago
contributing-governance.md Add book documentation skeleton and auto-publish from CI (#435) 5 years ago
contributing-implementing-wasm-proposals.md Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867) 3 months ago
contributing-maintainer-guidelines.md Document our PR reviewer auto-assignment expectations (#6346) 2 years ago
contributing-reducing-test-cases.md docs: Add a page about test case reduction (#7780) 10 months ago
contributing-release-process.md Refactor how release notes are managed (#8680) 6 months ago
contributing-testing.md Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867) 3 months ago
contributing.md Remove meetings agendas/minutes (moved to separate repo). (#4388) 2 years ago
examples-c-debugging.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-c-embed.md Reorder book-based documentation (#8130) 8 months ago
examples-c-gcd.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-c-hello-world.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-c-linking.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-c-memory.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-c-multi-value.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-c-wasi.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-coredump.md Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867) 3 months ago
examples-debugging-core-dumps.md Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867) 3 months ago
examples-debugging-native-debugger.md Recommend `-O opt-level=0` when debugging wasm (#8755) 5 months ago
examples-debugging.md Add docs and example for debugging with core dumps (#7087) 1 year ago
examples-minimal.md Add the `run` feature to "min" artifacts (#8267) 7 months ago
examples-profiling-guest.md Redesign Wasmtime's CLI (#6925) 1 year ago
examples-profiling-perf.md Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867) 3 months ago
examples-profiling-samply.md Add docs on how to profile with samply and perfmaps (#6720) 1 year ago
examples-profiling-vtune.md Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867) 3 months ago
examples-profiling.md Reorder book-based documentation (#8130) 8 months ago
examples-rust-core-dumps.md Add docs and example for debugging with core dumps (#7087) 1 year ago
examples-rust-debugging.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-rust-gcd.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-rust-hello-world.md Implement RFC 11: Redesigning Wasmtime's APIs (#2897) 3 years ago
examples-rust-linking.md Implement RFC 11: Redesigning Wasmtime's APIs (#2897) 3 years ago
examples-rust-memory.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-rust-multi-value.md Rename the `master` branch to `main` (#1924) 4 years ago
examples-rust-wasi.md Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867) 3 months ago
examples.md Reorder book-based documentation (#8130) 8 months ago
introduction.md Clarify some wasm terms in the introduction (#8115) 8 months ago
lang-bash.md Update some CLI usage help texts (#7408) 1 year ago
lang-c.md Reorder book-based documentation (#8130) 8 months ago
lang-dotnet.md Update the .NET docs for the current .NET API. (#2069) 4 years ago
lang-elixir.md Add Elixir into 'Language Support' (#5582) 2 years ago
lang-go.md [doc] Update go example (#3065) 3 years ago
lang-python.md fix:make the python example more clear (#7214) 1 year ago
lang-ruby.md Document wasmtime-rb (#5485) 2 years ago
lang-rust.md doc: update wasmtime dep to the latest one (#8204) 8 months ago
lang.md Reorder book-based documentation (#8130) 8 months ago
security-disclosure.md Refer to BA security policy (#2912) 4 years ago
security-what-is-considered-a-security-vulnerability.md Add "what is a security vulnerability?" page to docs (#7963) 9 months ago
security.md Fix some typos (#8641) 6 months ago
stability-platform-support.md Update documentation and example for no_std (#8555) 6 months ago
stability-release.md Document wasmtime-rb (#5485) 2 years ago
stability-tiers.md docs: move wasi-keyvalue proposal to tier 3 (#9050) 3 months ago
stability.md Add book documentation skeleton and auto-publish from CI (#435) 5 years ago
wasi-software-architecture.png Fix broken link to wasi-software-architecture.png. 6 years ago
wmemcheck.md Update CLI flag documentation for wmemcheck (#9183) 2 months ago