aports/testing/rollup/no-wasm.patch.noauto
2026-01-23 00:38:35 +01:00

21 lines
607 B
Plaintext

From be6e464547dc1a933d895235c992fa143523bb8e Mon Sep 17 00:00:00 2001
From: LN Liberda <lauren@selfisekai.rocks>
Date: Thu, 22 Jan 2026 11:39:26 +0100
Subject: [PATCH] No wasm
---
browser/src/initWasm.ts | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/browser/src/initWasm.ts b/browser/src/initWasm.ts
index c39332521..2069c16b3 100644
--- a/browser/src/initWasm.ts
+++ b/browser/src/initWasm.ts
@@ -1,5 +1,3 @@
-import init from '../../wasm/bindings_wasm';
-
export default async function initWasm() {
- await init();
+ throw new Error('[aports] Missing wasm/bindings_wasm');
}