Skip to content

Commit

Permalink
Merge pull request #1154 from peterhirn/main
Browse files Browse the repository at this point in the history
Export wasm files
  • Loading branch information
beachtom authored Nov 19, 2024
2 parents 1c1de1d + 4f5395b commit 7670f83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7670f83

Please sign in to comment.