Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 64) sorted by relevance

123

/wasmtime-44.0.1/ci/
H A Densure_deterministic_build.sh16 rm -rf /tmp/reference
17 mkdir /tmp/reference
18 SKIP_ISLE=1 OUT_DIR=/tmp/reference TARGET=x86_64 CARGO_PKG_VERSION=0.1.0 CARGO_MANIFEST_DIR=/tmp $B…
44 diff -qr /tmp/reference /tmp/try
/wasmtime-44.0.1/cranelift/filetests/filetests/verifier/
H A Djump_table.clif5 br_table v0, block2, [block1, block1] ; error: invalid block reference block2
12 br_table v0, block1, [block1, block3] ; error: invalid block reference block3
H A Dundeclared_vmctx.clif5 gv4 = vmctx ; error: undeclared vmctx reference
/wasmtime-44.0.1/tests/misc_testsuite/gc/
H A Dnull-i31ref.wast12 (assert_trap (invoke "get_u-null") "null i31 reference")
13 (assert_trap (invoke "get_s-null") "null i31 reference")
H A Dstruct-instructions.wast130 (assert_trap (invoke "struct.get-null" (ref.null none)) "null structure reference")
131 (assert_trap (invoke "struct.get_s-null" (ref.null none)) "null structure reference")
132 (assert_trap (invoke "struct.get_u-null" (ref.null none)) "null structure reference")
133 (assert_trap (invoke "struct.set-null" (ref.null none)) "null structure reference")
/wasmtime-44.0.1/crates/wasi-keyvalue/wit/deps/keyvalue/
H A Dwatch.wit9 /// Handle the `set` event for the given bucket and key. It includes a reference to the `bucket`
13 /// Handle the `delete` event for the given bucket and key. It includes a reference to the
H A Datomic.wit7 /// Please note that this interface is bare functions that take a reference to a bucket. This is to
H A Dbatch.wit16 /// Please note that this interface is bare functions that take a reference to a bucket. This is to
/wasmtime-44.0.1/docs/
H A Dstability-wasm-proposals.md27 | [`reference-types`] | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
101 [`reference-types`]: https://github.com/WebAssembly/reference-types/blob/master/proposals/reference
143 > For example, it would *not* have been enough to simply enable reference
145 > default. Compiling a module that uses reference types but not instantiating
H A Dstability-tiers.md35 | WebAssembly Proposal | [`reference-types`] |
60 [`reference-types`]: https://github.com/WebAssembly/reference-types/blob/master/proposals/reference
222 | [`reference-types`] | ✅ | ❌[^a] |
247 | [`reference-types`] | ✅ | ❌[^a] |
272 | [`reference-types`] | ✅ | ❌[^a] |
297 | [`reference-types`] | ✅ | ❌[^a] |
327 | [`reference-types`] | ✅ | ❌[^a] |
343 [^a]: Winch supports some features of the [`reference-types`] proposal such as
346 new table opcodes in the [`reference-types`] proposal.
H A Dcontributing-architecture.md44 reference counted). Each `Engine` stores configuration values and other
182 A `wasmtime::Module` is an atomically-reference-counted object where upon
183 instantiation into a `Store`, the `Store` will hold a strong reference to the
187 `wasmtime::Module`'s reference counting is its own form of memory management.
444 WebAssembly tables contain reference types, currently either `funcref` or
459 the offset of the reference count field to directly manipulate it is.
460 Furthermore tables of `externref` values need to manage the reference count
462 strong reference count allocated to it.
473 Despite reference counting, though, a `Store::gc` method exists. This is an
474 implementation detail of how reference counts are managed while wasm code is
[all …]
/wasmtime-44.0.1/cranelift/isle/veri/veri_ir/
H A DCargo.toml9 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
/wasmtime-44.0.1/cranelift/filetests/filetests/egraph/
H A Dissue-7891.clif51 ; reference is dynamically unreachable but Cranelift doesn't know that.
62 ; block, introducing a reference to v2, which is not in scope here.
90 ; block, introducing a reference to v1, which is not in scope here.
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-pytorch/
H A DCargo.toml7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
/wasmtime-44.0.1/tests/misc_testsuite/
H A Dmutable_externref_globals.wast4 ;; https://github.com/WebAssembly/reference-types/pull/104, and can be deleted
/wasmtime-44.0.1/crates/versioned-export-macros/
H A DCargo.toml11 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/
H A DCargo.toml9 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dglobal.rs156 let reference: Ref = match ref_ty.heap_type() { in _get() localVariable
202 ref_ty.is_nullable() || !reference.is_null(), in _get()
205 reference.into() in _get()
/wasmtime-44.0.1/crates/debugger/wit/deps/
H A Dclocks.wit57 /// some external reference.
117 /// reference local standards for the name of the time zone.
/wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/
H A Dclocks.wit57 /// some external reference.
117 /// reference local standards for the name of the time zone.
/wasmtime-44.0.1/crates/wasi-http/wit/deps/
H A Dclocks.wit57 /// some external reference.
117 /// reference local standards for the name of the time zone.
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs262 let reference = unsafe { ptr.as_mut() }; in enter_host_from_wasm() localVariable
266 let store = unsafe { &mut *reference.store.0.as_ptr() }; in enter_host_from_wasm()
268 let instance = Instance::from_wasmtime(store, reference.id); in enter_host_from_wasm()
/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Ddebug_transform_logging.rs216 write::AttributeValue::DebugInfoRef(reference) => match reference { in fmt()
/wasmtime-44.0.1/tests/disas/winch/x64/table/
H A Dfill.wat16 ;; Function to fill table $t1 using a function reference from table $t2
/wasmtime-44.0.1/tests/misc_testsuite/winch/
H A Dtable_fill.wast16 ;; Function to fill table $t1 using a function reference from table $t2

123