From d0e2cc29dd631a953f5050556346dc461b47cf4e Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Thu, 11 Jul 2024 15:48:06 +0200 Subject: [PATCH] Add wasm test script --- test-wasm.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 test-wasm.sh diff --git a/test-wasm.sh b/test-wasm.sh new file mode 100755 index 0000000..ca803ef --- /dev/null +++ b/test-wasm.sh @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. +#!/bin/sh + +wasm-pack test --firefox --headless -- --no-default-features --target=wasm32-unknown-unknown "$@" \ No newline at end of file