Home
last modified time | relevance | path

Searched refs:mutable (Results 1 – 25 of 26) sorted by relevance

12

/wasmtime-44.0.1/crates/wiggle/generate/src/
H A Dconfig.rs18 pub mutable: bool, field
28 syn::custom_keyword!(mutable);
88 } else if lookahead.peek(kw::mutable) { in parse()
89 input.parse::<kw::mutable>()?; in parse()
105 let mut mutable = None; in build() localVariable
139 if mutable.is_some() { in build()
142 mutable = Some(c); in build()
154 mutable: mutable.unwrap_or(true), in build()
H A Dcodegen_settings.rs21 pub mutable: bool, field
30 mutable: bool, in new()
38 mutable, in new()
H A Dmodule_trait.rs67 let self_ = if settings.mutable { in define_module_trait()
H A Dwasmtime.rs49 let u = if settings.mutable { in link_module()
H A Dfuncs.rs80 let ctx_type = if settings.mutable { in _define_func()
/wasmtime-44.0.1/crates/wiggle/macro/src/
H A Dlib.rs152 config.mutable, in from_witx()
207 config.c.mutable, in wasmtime_integration()
/wasmtime-44.0.1/crates/wasi-http/src/
H A Dfield_map.rs90 let (map, limit, size) = self.mutable()?; in set()
128 let (map, _limit, size) = self.mutable()?; in remove_all()
144 fn mutable(&mut self) -> Result<(&mut HeaderMap, usize, &mut usize), FieldMapError> { in mutable() method
156 let (map, limit, size) = self.mutable()?; in append()
/wasmtime-44.0.1/tests/misc_testsuite/
H A Dlinking-errors.wast27 "expected mutable global, found immutable global")
31 "expected immutable global, found mutable global")
/wasmtime-44.0.1/tests/disas/
H A Dglobal-get.wat7 ;; Imported and mutable: should become a vmctx load.
13 ;; Defined and mutable: should become a vmctx load.
/wasmtime-44.0.1/crates/wizer/src/
H A Dinstrument.rs87 if !ty.mutable { in instrument()
H A Drewrite.rs100 assert!(glob_ty.mutable); in rewrite()
118 assert!(!glob_ty.mutable); in rewrite()
H A Dlib.rs344 if !g.mutable { in wasm_validate()
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/
H A Dbuild.rs95 mutable: true, in build_raw_intrinsics()
104 mutable: true, in build_raw_intrinsics()
/wasmtime-44.0.1/docs/
H A Dstability-wasm-proposals.md22 | [`mutable-globals`] | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
96 [`mutable-globals`]: https://github.com/WebAssembly/mutable-global/blob/master/proposals/mutable-gl…
H A Dstability-tiers.md30 | WebAssembly Proposal | [`mutable-globals`] |
54 [`mutable-globals`]: https://github.com/WebAssembly/mutable-global/blob/master/proposals/mutable-gl…
217 | [`mutable-globals`] | ✅ | ✅ |
242 | [`mutable-globals`] | ✅ | ✅ |
267 | [`mutable-globals`] | ✅ | ❌ |
292 | [`mutable-globals`] | ✅ | ❌ |
322 | [`mutable-globals`] | ✅ | ❌ |
/wasmtime-44.0.1/cranelift/isle/
H A DTODO21 - Emit two contexts: an immutable context for inputs and a mutable context for
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcoredump.rs170 let mutable = matches!(ty.mutability(), crate::Mutability::Var); in _serialize() localVariable
224 mutable, in _serialize()
H A Dtypes.rs1822 mutability: if ty.mutable { in from_wasm_field_type()
1834 mutable: matches!(self.mutability, Mutability::Var), in to_wasm_field_type()
2246 if self.as_wasm_array_type().0.mutable { in mutability()
2857 mutable: false, in _new()
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dstacks.rs205 mutable: true, in wasm()
214 mutable: true, in wasm()
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/
H A Dhttp.wit166 /// A `fields` may be mutable or immutable. A `fields` created using the
167 /// constructor, `from-list`, or `clone` will be mutable, but a `fields`
185 /// The resulting `fields` is mutable.
189 /// The resulting `fields` is mutable.
252 /// `fields` is mutable.
376 /// The resulting `request-options` is mutable.
/wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/
H A Dops.rs253 mutable: true, in to_wasm_binary()
271 mutable: true, in to_wasm_binary()
290 mutable: true, in to_wasm_binary()
/wasmtime-44.0.1/crates/environ/src/
H A Dfact.rs340 mutable: true, in import_options()
474 mutable: true, in import_task_may_block()
H A Dtypes.rs1054 pub mutable: bool, field
1065 if self.mutable { in fmt()
2427 mutability: ty.mutable, in convert_global_type()
2506 mutable: ty.mutable, in convert_field_type()
/wasmtime-44.0.1/crates/wasi-http/wit/deps/
H A Dhttp.wit156 /// A `fields` may be mutable or immutable. A `fields` created using the
157 /// constructor, `from-list`, or `clone` will be mutable, but a `fields`
166 /// The resulting `fields` is mutable.
171 /// The resulting `fields` is mutable.
234 /// `fields` is mutable.
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_types.rs341 mutable: false, in define_exception_type_for_tag()

12