From 4f5395b05ba7ee9bed67b5df5fa5b67eaea551ed Mon Sep 17 00:00:00 2001 From: Peter Hirn Date: Tue, 19 Nov 2024 18:27:11 +0100 Subject: [PATCH] Export wasm files --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bdc35f71..28255bc6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,10 @@ "node": "./web-ifc-api-node.js", "import": "./web-ifc-api.js", "browser": "./web-ifc-api.js" - } + }, + "./web-ifc.wasm": "./web-ifc.wasm", + "./web-ifc-mt.wasm": "./web-ifc-mt.wasm", + "./web-ifc-node.wasm": "./web-ifc-node.wasm" }, "pckg-gui": {}, "scripts": {