Initial setup for results for wasm

This commit is contained in:
2023-04-23 10:10:06 +02:00
parent eb68977290
commit 0d3d5bcbe7
18 changed files with 511 additions and 386 deletions

View File

@@ -1,10 +1,3 @@
/// The WASM module handles loading dynamic scripts through WebAssembly.
#[cfg(feature = "wasm")]
// FIXME: allow these for now until we have a good result interface defined.
#[allow(clippy::unwrap_used)]
#[allow(clippy::expect_used)]
#[allow(clippy::indexing_slicing)]
#[allow(clippy::string_slice)]
#[allow(clippy::exit)]
#[allow(clippy::panic)]
pub mod wasm;