Home
last modified time | relevance | path

Searched refs:multi_memory (Results 1 – 25 of 28) sorted by relevance

12

/wasmtime-44.0.1/crates/test-util/src/
H A Dwasmtime_wast.rs31 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 Dwast.rs126 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 Dwast.rs147 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 Dmulti-memory.wast2 ;;! multi_memory = true
/wasmtime-44.0.1/tests/misc_testsuite/component-model/async/
H A Dwait-forever.wast4 ;;! multi_memory = true
H A Dreenter-during-yield.wast4 ;;! multi_memory = true
H A Dwait-forever2.wast4 ;;! multi_memory = true
H A Dbackpressure-deadlock.wast4 ;;! multi_memory = true
H A Dstackful.wast5 ;;! multi_memory = true
H A Dfused.wast4 ;;! multi_memory = true
H A Dmany-params-with-retptr.wast4 ;;! multi_memory = true
H A Dfuture-read.wast4 ;;! multi_memory = true
H A Dpartial-stream-copies.wast3 ;;! multi_memory = true
/wasmtime-44.0.1/tests/misc_testsuite/custom-page-sizes/
H A Dcustom-page-sizes-invalid.wast2 ;;! multi_memory = true
H A Dcustom-page-sizes.wast2 ;;! multi_memory = true
/wasmtime-44.0.1/tests/misc_testsuite/component-model/
H A Dbig-strings.wast1 ;;! multi_memory = true
H A Dstring-transcode-invalid.wast1 ;;! multi_memory = true
H A Dadapter.wast1 ;;! multi_memory = true
H A Dfixed_length_lists.wast1 ;;! multi_memory = true
/wasmtime-44.0.1/tests/misc_testsuite/component-model/gc/
H A Dempty.wast5 ;;! multi_memory = true
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dconfig.rs128 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 Dinstance.wast2 ;;! multi_memory = true
/wasmtime-44.0.1/tests/misc_testsuite/multi-memory/
H A Dsimple.wast1 ;;! multi_memory = true
/wasmtime-44.0.1/crates/wizer/tests/all/
H A Dtests.rs158 async fn multi_memory() -> Result<()> { in multi_memory() function
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs363 pub multi_memory: Option<bool>,
1118 if let Some(enable) = self.wasm.multi_memory.or(all) { in enable_wasm_features()

12