Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 184) sorted by relevance

12345678

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dwat_tracing_async.rs75 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 Dwat_concurrent.rs75 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 Dwat_async.rs75 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 Dwat.rs75 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 Dexamples-interrupting-wasm.md27 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 Dexamples-debugging.md6 * We can [live debug and step through the guest Wasm and the host at the same
H A Dcontributing-reducing-test-cases.md55 # 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 Dlib.rs71 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 Dwat.wit1 package same:name;
H A Dconventions.wit32 // Identifiers with the same name as keywords are quoted.
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-named/
H A DREADME.md3 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 Dextends.isle7 ;; 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 DREADME.md51 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 Dif-let.isle7 ;; Constructor to test whether two values are same.
/wasmtime-44.0.1/crates/debugger/wit/deps/
H A Drandom.wit49 /// 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 Dfilesystem.wit87 /// 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 Drandom.wit49 /// 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 Dfilesystem.wit87 /// 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 Drandom.wit49 /// 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 Dfilesystem.wit87 /// 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 Dvmctx.clif19 ;; Note: the callee's vmctx is *not* the same as the caller's vmctx!
/wasmtime-44.0.1/fuzz/
H A DREADME.md56 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 Dfilesystem.wit96 /// 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 Dfilesystem.wit96 /// 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 Drec-group-funcs.wast25 ;; The same pair of recursive types.

12345678