..
assemblyscript-hello-world
Update and clean up AssemblyScript example (#4233)
2 years ago
assets
Adds JIT profiling support for VTune (#819)
5 years ago
rust_wasi_markdown_parser
Upgrade all crates to the Rust 2021 edition (#3991)
3 years ago
SUMMARY.md
doc: add a page listing supported proposals (#5781)
2 years 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(docs): broken link wasi application-abi (#4459)
2 years ago
WASI-intro.md
Rename the `master` branch to `main` (#1924)
4 years ago
WASI-overview.md
Update repository URLs for the Bytecode Alliance. (#550)
5 years 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
wasi tutorial: make usage string consistient between rust and c programs (#3098)
3 years 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
Rename the `master` branch to `main` (#1924)
4 years ago
cli-logging.md
Log to stderr by default. (#1266)
5 years ago
cli-options.md
Mention --invoke on "CLI Options for `wasmtime`" page (#3828)
3 years ago
cli.md
Log to stderr by default. (#1266)
5 years ago
contributing-architecture.md
Rename `VMCallerCheckedAnyfunc` to `VMCallerCheckedFuncRef` (#5738)
2 years ago
contributing-building.md
Docs: Expand cross compiling section into its own page (#5284)
2 years ago
contributing-ci.md
doc: link to where oss-fuzz issues are recorded (#2780)
4 years ago
contributing-coc.md
docs: Include the code of conduct directly into the mdbook
5 years ago
contributing-coding-guidelines.md
docs: Better title formatting for the coding guidelines
4 years 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
docs: Add `wasm-{smith,encoder}` crates to Wasm proposal checklist (#2554)
4 years ago
contributing-release-process.md
Update security release documentation slightly (#5940)
2 years ago
contributing-testing.md
Fixes for cargo publish (#1416)
5 years 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
Link to C API docs and make a landing page
4 years 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
add basic coredump generation (#5868)
2 years ago
examples-debugging.md
[Doc] Note where to find start of memory when debugging (#4420)
2 years ago
examples-markdown.md
adding missing step of dependencies installation (#5492)
2 years ago
examples-profiling-perf.md
Add support for generating perf maps for simple perf profiling (#6030)
2 years ago
examples-profiling-vtune.md
Add support for generating perf maps for simple perf profiling (#6030)
2 years ago
examples-profiling.md
x64: enable VTune support by default (#3821)
3 years ago
examples-rust-debugging.md
Rename the `master` branch to `main` (#1924)
4 years ago
examples-rust-embed.md
Implement RFC 11: Redesigning Wasmtime's APIs (#2897)
3 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
Implement RFC 11: Redesigning Wasmtime's APIs (#2897)
3 years ago
examples.md
[doc] Add filler text to examples landing page
3 years ago
introduction.md
Update introduction.md: typo fixes
4 years ago
lang-bash.md
1272: bash script; simple gcd example (#2421)
4 years ago
lang-c.md
Add link to C API docs in the guide (#2006)
4 years 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
Correcting python GCD example (#5324)
2 years ago
lang-ruby.md
Document wasmtime-rb (#5485)
2 years ago
lang-rust.md
Remove explicit `S` type parameters (#5275)
2 years ago
lang.md
Add Elixir into 'Language Support' (#5582)
2 years ago
security-disclosure.md
Refer to BA security policy (#2912)
4 years ago
security.md
Improve the `wasmtime` crate's README (#4174)
3 years ago
stability-platform-support.md
fix typo in stability-platform-support.md
3 years ago
stability-release.md
Document wasmtime-rb (#5485)
2 years ago
stability-tiers.md
Add release notes for 2.0.0 (#5048)
2 years ago
stability-wasi-proposals-support.md
doc: add a page listing supported proposals (#5781)
2 years ago
stability-wasm-proposals-support.md
doc: update Wasm threads support status (#5739)
2 years ago
stability.md
Add book documentation skeleton and auto-publish from CI (#435)
5 years ago
tutorial-create-hello-world.md
Add tutorial for building and running hello-world.wasm (#1285)
5 years ago
tutorial-run-hello-world.md
Fix broken links to old embed.html (#1604)
5 years ago
tutorial.md
Miscellaneous doc updates (#1383)
5 years ago
wasi-software-architecture.png
Fix broken link to wasi-software-architecture.png.
6 years ago
wasm-assemblyscript.md
Updated the AssemblyScript example (#3185)
3 years ago
wasm-c.md
Add a link to the wasm-ld documentation.
4 years ago
wasm-rust.md
Remove references to wasm-bindgen in documentation (#5394)
2 years ago
wasm-wat.md
Remove explicit `S` type parameters (#5275)
2 years ago
wasm.md
Add documentation for building programs using AssemblyScript. (#1782)
5 years ago