| /wasmtime-44.0.1/crates/test-util/src/ |
| H A D | wasmtime_wast.rs | 31 multi_memory, in apply_test_config() 66 let multi_memory = multi_memory.unwrap_or(false); in apply_test_config() localVariable 102 .wasm_multi_memory(multi_memory) in apply_test_config()
|
| H A D | wast.rs | 126 ret.multi_memory = Some(true); in spec_test_config() 144 ret.multi_memory = Some(true); in spec_test_config() 181 ret.multi_memory = Some(true); in component_test_config() 255 multi_memory
|
| /wasmtime-44.0.1/tests/ |
| H A D | wast.rs | 147 let multi_memory = test_config.multi_memory(); in run_wast() localVariable 221 if multi_memory { in run_wast() 231 .max_memories_per_module(if multi_memory { in run_wast()
|
| /wasmtime-44.0.1/tests/misc_testsuite/memory64/ |
| H A D | multi-memory.wast | 2 ;;! multi_memory = true
|
| /wasmtime-44.0.1/tests/misc_testsuite/component-model/async/ |
| H A D | wait-forever.wast | 4 ;;! multi_memory = true
|
| H A D | reenter-during-yield.wast | 4 ;;! multi_memory = true
|
| H A D | wait-forever2.wast | 4 ;;! multi_memory = true
|
| H A D | backpressure-deadlock.wast | 4 ;;! multi_memory = true
|
| H A D | stackful.wast | 5 ;;! multi_memory = true
|
| H A D | fused.wast | 4 ;;! multi_memory = true
|
| H A D | many-params-with-retptr.wast | 4 ;;! multi_memory = true
|
| H A D | future-read.wast | 4 ;;! multi_memory = true
|
| H A D | partial-stream-copies.wast | 3 ;;! multi_memory = true
|
| /wasmtime-44.0.1/tests/misc_testsuite/custom-page-sizes/ |
| H A D | custom-page-sizes-invalid.wast | 2 ;;! multi_memory = true
|
| H A D | custom-page-sizes.wast | 2 ;;! multi_memory = true
|
| /wasmtime-44.0.1/tests/misc_testsuite/component-model/ |
| H A D | big-strings.wast | 1 ;;! multi_memory = true
|
| H A D | string-transcode-invalid.wast | 1 ;;! multi_memory = true
|
| H A D | adapter.wast | 1 ;;! multi_memory = true
|
| H A D | fixed_length_lists.wast | 1 ;;! multi_memory = true
|
| /wasmtime-44.0.1/tests/misc_testsuite/component-model/gc/ |
| H A D | empty.wast | 5 ;;! multi_memory = true
|
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | config.rs | 128 multi_memory, in make_wast_test_compliant() 194 if multi_memory.unwrap_or(false) { in make_wast_test_compliant() 309 cfg.wasm.multi_memory = Some(self.module_config.config.max_memories > 1); in to_wasmtime()
|
| /wasmtime-44.0.1/tests/misc_testsuite/function-references/ |
| H A D | instance.wast | 2 ;;! multi_memory = true
|
| /wasmtime-44.0.1/tests/misc_testsuite/multi-memory/ |
| H A D | simple.wast | 1 ;;! multi_memory = true
|
| /wasmtime-44.0.1/crates/wizer/tests/all/ |
| H A D | tests.rs | 158 async fn multi_memory() -> Result<()> { in multi_memory() function
|
| /wasmtime-44.0.1/crates/cli-flags/src/ |
| H A D | lib.rs | 363 pub multi_memory: Option<bool>, 1118 if let Some(enable) = self.wasm.multi_memory.or(all) { in enable_wasm_features()
|