From 44e68adf13abbce7cf832fd260f99615155ec333 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Wed, 9 Jul 2025 23:34:37 +0100 Subject: [PATCH] Fix JS build --- reconcile-js/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconcile-js/src/index.ts b/reconcile-js/src/index.ts index 8a27422..8410154 100644 --- a/reconcile-js/src/index.ts +++ b/reconcile-js/src/index.ts @@ -9,7 +9,7 @@ import { initSync, } from 'reconcile-text'; -import wasmBytes from 'reconcile-text/reconcile_bg.wasm'; +import wasmBytes from 'reconcile-text/reconcile_text_bg.wasm'; export interface TextWithCursors { /** The document's entire content */