| /wasmtime-44.0.1/crates/test-util/src/ |
| H A D | wasmtime_wast.rs | 51 exceptions, in apply_test_config() 95 let exceptions = stack_switching || exceptions.unwrap_or(false); in apply_test_config() localVariable 123 .wasm_exceptions(exceptions) in apply_test_config()
|
| H A D | wast.rs | 150 ret.exceptions = Some(true); in spec_test_config() 201 ret.exceptions = Some(true); in component_test_config() 205 ret.exceptions = Some(true); in component_test_config() 277 exceptions 381 || config.exceptions() in should_fail()
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | exceptions.rs | 4 #[wasmtime_test(wasm_features(exceptions))] 40 #[wasmtime_test(wasm_features(exceptions))] 100 #[wasmtime_test(wasm_features(exceptions))] 133 #[wasmtime_test(wasm_features(exceptions))] 184 #[wasmtime_test(wasm_features(exceptions))] 216 #[wasmtime_test(wasm_features(gc, exceptions))]
|
| H A D | main.rs | 19 mod exceptions; module
|
| /wasmtime-44.0.1/tests/misc_testsuite/ |
| H A D | issue11561.wast | 1 ;;! exceptions = true
|
| H A D | issue11563.wat | 2 ;;! exceptions = yes
|
| H A D | stack-args-exceptions.wast | 1 ;;! exceptions = true
|
| H A D | traps-skip-catch-all.wast | 1 ;;! exceptions = true
|
| H A D | many-results-with-exceptions.wast | 1 ;;! exceptions = true
|
| /wasmtime-44.0.1/tests/misc_testsuite/component-model/ |
| H A D | tags.wast | 1 ;;! exceptions = true
|
| H A D | modules.wast | 2 ;;! exceptions = true
|
| /wasmtime-44.0.1/tests/misc_testsuite/gc/ |
| H A D | issue-11753.wast | 2 ;;! exceptions = true
|
| /wasmtime-44.0.1/crates/unwinder/ |
| H A D | Cargo.toml | 11 keywords = ["unwind", "exceptions"]
|
| /wasmtime-44.0.1/tests/disas/gc/ |
| H A D | issue-11753.wat | 2 ;;! flags = "-W gc,exceptions"
|
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | config.rs | 147 exceptions, in make_wast_test_compliant() 193 config.exceptions_enabled = exceptions.unwrap_or(false); in make_wast_test_compliant() 319 cfg.wasm.exceptions = Some(self.module_config.config.exceptions_enabled); in to_wasmtime()
|
| /wasmtime-44.0.1/cranelift/fuzzgen/src/ |
| H A D | function_generator.rs | 460 macro_rules! exceptions { macro 527 exceptions!( in valid_for_target() 627 exceptions!( in valid_for_target() 696 exceptions!( in valid_for_target() 740 exceptions!( in valid_for_target() 893 exceptions!(
|
| /wasmtime-44.0.1/cranelift/filetests/filetests/verifier/ |
| H A D | exceptions.clif | 120 …: block3(v2) ] ; error: calling convention `windows_fastcall` of callee does not support exceptions
|
| /wasmtime-44.0.1/crates/cli-flags/src/ |
| H A D | lib.rs | 425 pub exceptions: Option<bool>, 1163 ("gc", exceptions, wasm_exceptions) in enable_wasm_features()
|
| /wasmtime-44.0.1/ |
| H A D | RELEASES.md | 34 * Wasmtime's C API now supports exceptions.
|
| /wasmtime-44.0.1/tests/disas/stack-switching/ |
| H A D | resume-suspend-data-passing.wat | 2 ;;! flags = "-W stack-switching=y -W exceptions=y -W function-references=y"
|
| H A D | resume-suspend.wat | 2 ;;! flags = "-W stack-switching=y -W exceptions=y -W function-references=y"
|
| H A D | symmetric-switch.wat | 2 ;;! flags = "-W stack-switching=y -W exceptions=y -W function-references=y"
|
| /wasmtime-44.0.1/docs/ |
| H A D | contributing-coding-guidelines.md | 252 * Some projects such as Winch, Pulley, and Wiggle are exceptions to the above
|
| H A D | contributing-architecture.md | 314 Wasmtime today implements traps with the support for exceptions in Cranelift.
|
| /wasmtime-44.0.1/cranelift/docs/ |
| H A D | ir.md | 164 hardware, except that non-default rounding modes, unmasked exceptions, and
|