| /wasmtime-44.0.1/ci/ |
| H A D | ensure_deterministic_build.sh | 16 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 D | jump_table.clif | 5 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 D | undeclared_vmctx.clif | 5 gv4 = vmctx ; error: undeclared vmctx reference
|
| /wasmtime-44.0.1/tests/misc_testsuite/gc/ |
| H A D | null-i31ref.wast | 12 (assert_trap (invoke "get_u-null") "null i31 reference") 13 (assert_trap (invoke "get_s-null") "null i31 reference")
|
| H A D | struct-instructions.wast | 130 (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 D | watch.wit | 9 /// 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 D | atomic.wit | 7 /// Please note that this interface is bare functions that take a reference to a bucket. This is to
|
| H A D | batch.wit | 16 /// 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 D | stability-wasm-proposals.md | 27 | [`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 D | stability-tiers.md | 35 | 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 D | contributing-architecture.md | 44 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 D | Cargo.toml | 9 # 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 D | issue-7891.clif | 51 ; 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 D | Cargo.toml | 7 # 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 D | mutable_externref_globals.wast | 4 ;; https://github.com/WebAssembly/reference-types/pull/104, and can be deleted
|
| /wasmtime-44.0.1/crates/versioned-export-macros/ |
| H A D | Cargo.toml | 11 # 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 D | Cargo.toml | 9 # 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 D | global.rs | 156 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 D | clocks.wit | 57 /// 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 D | clocks.wit | 57 /// 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 D | clocks.wit | 57 /// 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 D | component.rs | 262 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 D | debug_transform_logging.rs | 216 write::AttributeValue::DebugInfoRef(reference) => match reference { in fmt()
|
| /wasmtime-44.0.1/tests/disas/winch/x64/table/ |
| H A D | fill.wat | 16 ;; Function to fill table $t1 using a function reference from table $t2
|
| /wasmtime-44.0.1/tests/misc_testsuite/winch/ |
| H A D | table_fill.wast | 16 ;; Function to fill table $t1 using a function reference from table $t2
|