Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 Example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dist/JavaScriptKitExample.wasm: JavaScriptKitExample
cp ./JavaScriptKitExample/.build/debug/JavaScriptKitExample $@

node_modules:
npm install
npm ci
build: node_modules dist/JavaScriptKitExample.wasm
cd ../Runtime && npm run build
npm run build
5,681 changes: 5,665 additions & 16 deletions 5,681 Example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 2 Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@wasmer/wasi": "^0.12.0",
"@wasmer/wasmfs": "^0.12.0",
"javascript-kit-swift": "file:../Runtime"
"javascript-kit-swift": "file:.."
},
"devDependencies": {
"webpack": "^4.44.2",
Expand Down
2 changes: 1 addition & 1 deletion 2 IntegrationTests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dist/%.wasm: TestSuites/.build/$(CONFIGURATION)/%.wasm
cp $< $@

node_modules: package-lock.json
npm install
npm ci

.PHONY: build_rt
build_rt: node_modules
Expand Down
216 changes: 215 additions & 1 deletion 216 IntegrationTests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 4 IntegrationTests/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"dependencies": {
"javascript-kit-swift": "file:..",
"@wasmer/wasi": "^0.12.0",
"@wasmer/wasmfs": "^0.12.0"
"@wasmer/wasmfs": "^0.12.0",
"javascript-kit-swift": "file:.."
}
}
4 changes: 2 additions & 2 deletions 4 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAKEFILE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
.PHONY: bootstrap
bootstrap:
./scripts/install-toolchain.sh
npm install
npm ci

.PHONY: build
build:
Expand All @@ -26,4 +26,4 @@ run_benchmark:

.PHONY: perf-tester
perf-tester:
cd ci/perf-tester && npm install
cd ci/perf-tester && npm ci
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.