| /wasmtime-44.0.1/crates/wiggle/generate/src/ |
| H A D | config.rs | 18 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 D | codegen_settings.rs | 21 pub mutable: bool, field 30 mutable: bool, in new() 38 mutable, in new()
|
| H A D | module_trait.rs | 67 let self_ = if settings.mutable { in define_module_trait()
|
| H A D | wasmtime.rs | 49 let u = if settings.mutable { in link_module()
|
| H A D | funcs.rs | 80 let ctx_type = if settings.mutable { in _define_func()
|
| /wasmtime-44.0.1/crates/wiggle/macro/src/ |
| H A D | lib.rs | 152 config.mutable, in from_witx() 207 config.c.mutable, in wasmtime_integration()
|
| /wasmtime-44.0.1/crates/wasi-http/src/ |
| H A D | field_map.rs | 90 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 D | linking-errors.wast | 27 "expected mutable global, found immutable global") 31 "expected immutable global, found mutable global")
|
| /wasmtime-44.0.1/tests/disas/ |
| H A D | global-get.wat | 7 ;; 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 D | instrument.rs | 87 if !ty.mutable { in instrument()
|
| H A D | rewrite.rs | 100 assert!(glob_ty.mutable); in rewrite() 118 assert!(!glob_ty.mutable); in rewrite()
|
| H A D | lib.rs | 344 if !g.mutable { in wasm_validate()
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/ |
| H A D | build.rs | 95 mutable: true, in build_raw_intrinsics() 104 mutable: true, in build_raw_intrinsics()
|
| /wasmtime-44.0.1/docs/ |
| H A D | stability-wasm-proposals.md | 22 | [`mutable-globals`] | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 96 [`mutable-globals`]: https://github.com/WebAssembly/mutable-global/blob/master/proposals/mutable-gl…
|
| H A D | stability-tiers.md | 30 | 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 D | TODO | 21 - Emit two contexts: an immutable context for inputs and a mutable context for
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | coredump.rs | 170 let mutable = matches!(ty.mutability(), crate::Mutability::Var); in _serialize() localVariable 224 mutable, in _serialize()
|
| H A D | types.rs | 1822 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 D | stacks.rs | 205 mutable: true, in wasm() 214 mutable: true, in wasm()
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/ |
| H A D | http.wit | 166 /// 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 D | ops.rs | 253 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 D | fact.rs | 340 mutable: true, in import_options() 474 mutable: true, in import_task_may_block()
|
| H A D | types.rs | 1054 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 D | http.wit | 156 /// 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 D | module_types.rs | 341 mutable: false, in define_exception_type_for_tag()
|