| /wasmtime-44.0.1/crates/component-macro/tests/expanded/ |
| H A D | wat_tracing_async.rs | 75 interface0: exports::same::name::this_name_is_duplicated::GuestIndices, 103 interface0: exports::same::name::this_name_is_duplicated::Guest, 117 let interface0 = exports::same::name::this_name_is_duplicated::GuestIndices::new( in new() 173 ) -> &exports::same::name::this_name_is_duplicated::Guest { in same_name_this_name_is_duplicated() 179 pub mod same { module
|
| H A D | wat_concurrent.rs | 75 interface0: exports::same::name::this_name_is_duplicated::GuestIndices, 103 interface0: exports::same::name::this_name_is_duplicated::Guest, 117 let interface0 = exports::same::name::this_name_is_duplicated::GuestIndices::new( in new() 173 ) -> &exports::same::name::this_name_is_duplicated::Guest { in same_name_this_name_is_duplicated() 179 pub mod same { module
|
| H A D | wat_async.rs | 75 interface0: exports::same::name::this_name_is_duplicated::GuestIndices, 103 interface0: exports::same::name::this_name_is_duplicated::Guest, 117 let interface0 = exports::same::name::this_name_is_duplicated::GuestIndices::new( in new() 173 ) -> &exports::same::name::this_name_is_duplicated::Guest { in same_name_this_name_is_duplicated() 179 pub mod same { module
|
| H A D | wat.rs | 75 interface0: exports::same::name::this_name_is_duplicated::GuestIndices, 103 interface0: exports::same::name::this_name_is_duplicated::Guest, 117 let interface0 = exports::same::name::this_name_is_duplicated::GuestIndices::new( in new() 173 ) -> &exports::same::name::this_name_is_duplicated::Guest { in same_name_this_name_is_duplicated() 179 pub mod same { module
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-interrupting-wasm.md | 27 Fuel-based interruption is completely deterministic: the same program run with 28 the same amount of fuel will always be interrupted at the same location in the 51 The downside is that it is non-deterministic. Running the same program with the 52 same inputs for one epoch might result in an interrupt at one location the first
|
| H A D | examples-debugging.md | 6 * We can [live debug and step through the guest Wasm and the host at the same
|
| H A D | contributing-reducing-test-cases.md | 55 # sure it is referencing the same data segment. 66 # Run the testcase in Wasmtime and make sure that it traps the same way as the 119 should exhibit the same behavior as the original.
|
| /wasmtime-44.0.1/crates/c-api-macros/src/ |
| H A D | lib.rs | 71 let same = quote::format_ident!("{}_same", prefix); in declare_ref() localVariable 107 pub extern fn #same(_a: &#ty, _b: &#ty) -> bool { in declare_ref() 108 eprintln!("`{}` is not implemented", stringify!(#same)); in declare_ref()
|
| /wasmtime-44.0.1/crates/component-macro/tests/codegen/ |
| H A D | wat.wit | 1 package same:name;
|
| H A D | conventions.wit | 32 // Identifiers with the same name as keywords are quoted.
|
| /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-named/ |
| H A D | README.md | 3 This example is mostly the same as the [`classification-example`] but uses 11 The example pre-requisites are mostly the same as that of the
|
| /wasmtime-44.0.1/cranelift/codegen/src/opts/ |
| H A D | extends.isle | 7 ;; Once something has be `uextend`ed, further `sextend`ing is the same as `uextend` 11 ;; `icmp` is zero or one, so sign-extending is the same as zero-extending 48 ;; A reduction-of-an-extend back to the same original type is the same as not
|
| H A D | README.md | 51 the "same" optimization rule multiple times. 71 But even better in this case is to write the "same" optimization multiple 89 4. Be careful with (ideally avoid) multiple matches on the same `Value`, as 111 (other_op ...))` matches, if `(other_op ...)` is in the same eclass as an
|
| /wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/constructs/ |
| H A D | if-let.isle | 7 ;; Constructor to test whether two values are same.
|
| /wasmtime-44.0.1/crates/debugger/wit/deps/ |
| H A D | random.wit | 49 /// This function returns the same type of pseudo-random data as 78 /// This function returns the same type of data as `get-random-bytes`,
|
| H A D | filesystem.wit | 87 /// Requests that reads be performed at the same level of integrity 303 /// Multiple read, write, and append streams may be active on the same open 348 /// Note: This returns the same value as the `type` field of the `fd-stat` 402 /// directory. Multiple streams may be active on the same directory, and they 423 /// the same underlying filesystem object, use `is-same-object`. To obtain 504 /// Test whether two descriptors refer to the same filesystem object. 507 /// same device (`st_dev`) and inode (`st_ino` or `d_ino`) numbers. 511 is-same-object: func(other: borrow<descriptor>) -> bool; 536 /// This performs the same hash computation as `metadata-hash`.
|
| /wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/ |
| H A D | random.wit | 49 /// This function returns the same type of pseudo-random data as 78 /// This function returns the same type of data as `get-random-bytes`,
|
| H A D | filesystem.wit | 87 /// Requests that reads be performed at the same level of integrity 303 /// Multiple read, write, and append streams may be active on the same open 348 /// Note: This returns the same value as the `type` field of the `fd-stat` 402 /// directory. Multiple streams may be active on the same directory, and they 423 /// the same underlying filesystem object, use `is-same-object`. To obtain 504 /// Test whether two descriptors refer to the same filesystem object. 507 /// same device (`st_dev`) and inode (`st_ino` or `d_ino`) numbers. 511 is-same-object: func(other: borrow<descriptor>) -> bool; 536 /// This performs the same hash computation as `metadata-hash`.
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | random.wit | 49 /// This function returns the same type of pseudo-random data as 78 /// This function returns the same type of data as `get-random-bytes`,
|
| H A D | filesystem.wit | 87 /// Requests that reads be performed at the same level of integrity 303 /// Multiple read, write, and append streams may be active on the same open 348 /// Note: This returns the same value as the `type` field of the `fd-stat` 402 /// directory. Multiple streams may be active on the same directory, and they 423 /// the same underlying filesystem object, use `is-same-object`. To obtain 504 /// Test whether two descriptors refer to the same filesystem object. 507 /// same device (`st_dev`) and inode (`st_ino` or `d_ino`) numbers. 511 is-same-object: func(other: borrow<descriptor>) -> bool; 536 /// This performs the same hash computation as `metadata-hash`.
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/inline/ |
| H A D | vmctx.clif | 19 ;; Note: the callee's vmctx is *not* the same as the caller's vmctx!
|
| /wasmtime-44.0.1/fuzz/ |
| H A D | README.md | 56 the same results when compiled to the host and when using the Cranelift 60 incremental compilation generates the same machine code as if A' was compiled 63 with random inputs, and check that Wasmtime returns the same results as a
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/ |
| H A D | filesystem.wit | 96 /// Requests that reads be performed at the same level of integrity 314 /// Multiple read, write, and append streams may be active on the same open 377 /// Note: This returns the same value as the `type` field of the `fd-stat` 407 /// directory. Multiple streams may be active on the same directory, and they 431 /// the same underlying filesystem object, use `is-same-object`. To obtain 517 /// Test whether two descriptors refer to the same filesystem object. 520 /// same device (`st_dev`) and inode (`st_ino` or `d_ino`) numbers. 524 is-same-object: async func(other: borrow<descriptor>) -> bool; 549 /// This performs the same hash computation as `metadata-hash`.
|
| /wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/ |
| H A D | filesystem.wit | 96 /// Requests that reads be performed at the same level of integrity 314 /// Multiple read, write, and append streams may be active on the same open 377 /// Note: This returns the same value as the `type` field of the `fd-stat` 407 /// directory. Multiple streams may be active on the same directory, and they 431 /// the same underlying filesystem object, use `is-same-object`. To obtain 517 /// Test whether two descriptors refer to the same filesystem object. 520 /// same device (`st_dev`) and inode (`st_ino` or `d_ino`) numbers. 524 is-same-object: async func(other: borrow<descriptor>) -> bool; 549 /// This performs the same hash computation as `metadata-hash`.
|
| /wasmtime-44.0.1/tests/misc_testsuite/gc/ |
| H A D | rec-group-funcs.wast | 25 ;; The same pair of recursive types.
|