Skip to content

Commit 7670f83

Browse files
authored
Merge pull request #1154 from peterhirn/main
Export wasm files
2 parents 1c1de1d + 4f5395b commit 7670f83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"node": "./web-ifc-api-node.js",
1111
"import": "./web-ifc-api.js",
1212
"browser": "./web-ifc-api.js"
13-
}
13+
},
14+
"./web-ifc.wasm": "./web-ifc.wasm",
15+
"./web-ifc-mt.wasm": "./web-ifc-mt.wasm",
16+
"./web-ifc-node.wasm": "./web-ifc-node.wasm"
1417
},
1518
"pckg-gui": {},
1619
"scripts": {

0 commit comments

Comments
 (0)