Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 20 of 20) sorted by relevance

/wasmtime-44.0.1/
H A DCONTRIBUTING.md4 Bytecode Alliance's [Code of Conduct] and [Organizational Code of Conduct].
10 [Code of Conduct]: CODE_OF_CONDUCT.md
11 [Organizational Code of Conduct]: ORG_CODE_OF_CONDUCT.md
H A DCODE_OF_CONDUCT.md1 # Contributor Covenant Code of Conduct
3Code of Conduct pertains to individuals' behavior. Please also see the [Organizational Code of Con…
31 … wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to b…
35 This Code of Conduct applies both within project spaces and in public spaces when an individual is …
41 Project maintainers who do not follow or enforce the Code of Conduct in good faith may face tempora…
45 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
H A DORG_CODE_OF_CONDUCT.md1 # Bytecode Alliance Organizational Code of Conduct (OCoC)
3 *Note*: this Code of Conduct pertains to organizations' behavior. Please also see the [Individual C…
11 [Individual Code of Conduct (ICoC)](CODE_OF_CONDUCT.md), and does not
/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dexpression.rs133 Code(Vec<u8>), enumerator
321 CompiledExpressionPart::Code(_) in build_with_locals()
464 if let (CompiledExpressionPart::Code(cc2), Some(CompiledExpressionPart::Code(cc1))) = in compile_expression()
1113 CompiledExpressionPart::Code(vec![26]), in test_debug_parse_expressions()
1124 CompiledExpressionPart::Code(vec![34]), in test_debug_parse_expressions()
1126 CompiledExpressionPart::Code(vec![6]), in test_debug_parse_expressions()
1128 CompiledExpressionPart::Code(vec![159]) in test_debug_parse_expressions()
1162 CompiledExpressionPart::Code(vec![159]) in test_debug_parse_expressions()
1192 CompiledExpressionPart::Code(vec![49]), in test_debug_parse_expressions()
1205 CompiledExpressionPart::Code(vec![159]) in test_debug_parse_expressions()
[all …]
/wasmtime-44.0.1/crates/wiggle/generate/
H A DREADME.md6 Code lives in a separate non-proc-macro crate so that it can be reused in
9 Code generated by this crate should not have any references to a particular
/wasmtime-44.0.1/docs/
H A DSUMMARY.md65 - [Code Review](./contributing-code-review.md)
69 - [Code of Conduct](./contributing-coc.md)
H A Dexamples-wasip2.md15 ## WebAssembly Component Source Code
H A Dcontributing-code-review.md1 # Code Review
7 community, such as following the Code of Conduct.
H A Dexamples-pre-compiling-wasm.md20 * **Smaller Code Size for Embedded:** Wasmtime can be built such that it can
H A Dcontributing.md5 first, make sure you've read the [Code of Conduct](./contributing-coc.md)!
H A Dcontributing-ci.md48 * Code formatting - we run `cargo fmt -- --check` on CI to ensure that all code
H A Dcontributing-coding-guidelines.md371 does not perfectly follow these guidelines for preexisting code. Code not
H A Dstability-tiers.md395 * Code included into the Wasmtime project must be of an acceptable level of
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/
H A Dbuild.rs149 id: SectionId::Code as u8, in build_raw_intrinsics()
/wasmtime-44.0.1/cranelift/isle/
H A DREADME.md469 | Code Generation
472 | Rust Source Code |
518 ### Code Generation
520 Code generation takes in the term trie and emits Rust source code that
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/provider/
H A DREADME.md58 Code compiled to WebAssembly as described by the [base WebAssembly Spec][wasm-spec] is considered a…
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/
H A Dhttp.wit380 /// This type corresponds to the HTTP standard Status Code.
401 /// Get the HTTP Status Code for the Response.
403 /// Set the HTTP Status Code for the Response. Fails if the status-code
/wasmtime-44.0.1/cranelift/
H A DREADME.md1 Cranelift Code Generator
/wasmtime-44.0.1/crates/wasi-http/wit/deps/
H A Dhttp.wit417 /// This type corresponds to the HTTP standard Status Code.
520 /// Get the HTTP Status Code for the Response.
523 /// Set the HTTP Status Code for the Response. Fails if the status-code
/wasmtime-44.0.1/.github/workflows/
H A Dmain.yml38 # Check Code style quickly by running `rustfmt` over all code
64 # Check Code style quickly by running `clang-format` over all the C/C++ code