Skip to content

Commit cacbd52

Browse files
Merge pull request #342 from swiftwasm/katei/remove-runtime-umd
Remove UMD build of JS runtime library
2 parents b75e03a + 62427ba commit cacbd52

File tree

4 files changed

+0
-847
lines changed

4 files changed

+0
-847
lines changed

Diff for: Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
MAKEFILE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
2-
31
SWIFT_SDK_ID ?= wasm32-unknown-wasi
4-
SWIFT_BUILD_FLAGS := --swift-sdk $(SWIFT_SDK_ID)
52

63
.PHONY: bootstrap
74
bootstrap:
@@ -22,6 +19,5 @@ unittest:
2219
.PHONY: regenerate_swiftpm_resources
2320
regenerate_swiftpm_resources:
2421
npm run build
25-
cp Runtime/lib/index.js Plugins/PackageToJS/Templates/runtime.js
2622
cp Runtime/lib/index.mjs Plugins/PackageToJS/Templates/runtime.mjs
2723
cp Runtime/lib/index.d.ts Plugins/PackageToJS/Templates/runtime.d.ts

0 commit comments

Comments
 (0)