merge wasm_str tests into gen_str

This change merges the wasm_str.rs and gen_str.rs tests.
Any tests that could be run on all three backends now are, in addition some
tests were added that just fail whenever some unimplemented things get implemented
so the implementer will be forced to start testing the new code.
This commit is contained in:
shua 2025-01-22 22:15:32 +01:00
parent c5a464458a
commit d67d94b15c
No known key found for this signature in database
3 changed files with 291 additions and 1441 deletions

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,6 @@ pub mod gen_str;
pub mod gen_tags;
pub mod gen_tuples;
mod helpers;
pub mod wasm_str;
#[cfg(feature = "gen-wasm")]
pub mod wasm_linking;

File diff suppressed because it is too large Load diff