Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dependencies, fix type errors, and general improvements. #693

Merged
merged 8 commits into from
Feb 20, 2024
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
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ jobs:
mv `npm pack` ../cli-build/wasm4-npm.tar.gz

npm ci
npm install -g pkg
pkg --compress Brotli --out-path ../cli-build --targets latest-win,latest-mac,latest-linux .
npm run package

- name: Quick w4 CLI tests
run: |
Expand Down
3 changes: 2 additions & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ First run `npm install` to install dependencies.

Run `npm link` in this directory to install a `w4` symlink for local development.

You will also want to build the runtime, by running `npm run build` in /runtimes/web.
You will probably also want to build at least one of the runtimes. Follow the instructions
in /runtimes/*/README.md.

We use [pkg](https://www.npmjs.com/package/pkg) to bundle node-free binaries. Make sure that all
file resources that need to be loaded at runtime go in the assets directory in order to be included.
Loading
Loading