| /wasmtime-44.0.1/ |
| H A D | CONTRIBUTING.md | 4 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 D | CODE_OF_CONDUCT.md | 1 # Contributor Covenant Code of Conduct 3 …Code 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 D | ORG_CODE_OF_CONDUCT.md | 1 # 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 D | expression.rs | 133 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 D | README.md | 6 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 D | SUMMARY.md | 65 - [Code Review](./contributing-code-review.md) 69 - [Code of Conduct](./contributing-coc.md)
|
| H A D | examples-wasip2.md | 15 ## WebAssembly Component Source Code
|
| H A D | contributing-code-review.md | 1 # Code Review 7 community, such as following the Code of Conduct.
|
| H A D | examples-pre-compiling-wasm.md | 20 * **Smaller Code Size for Embedded:** Wasmtime can be built such that it can
|
| H A D | contributing.md | 5 first, make sure you've read the [Code of Conduct](./contributing-coc.md)!
|
| H A D | contributing-ci.md | 48 * Code formatting - we run `cargo fmt -- --check` on CI to ensure that all code
|
| H A D | contributing-coding-guidelines.md | 371 does not perfectly follow these guidelines for preexisting code. Code not
|
| H A D | stability-tiers.md | 395 * Code included into the Wasmtime project must be of an acceptable level of
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/ |
| H A D | build.rs | 149 id: SectionId::Code as u8, in build_raw_intrinsics()
|
| /wasmtime-44.0.1/cranelift/isle/ |
| H A D | README.md | 469 | 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 D | README.md | 58 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 D | http.wit | 380 /// 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 D | README.md | 1 Cranelift Code Generator
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | http.wit | 417 /// 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 D | main.yml | 38 # 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
|