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

Add functions to create and publish packages and to deploy apps. #424

Merged
merged 32 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9f69d51
feat: Update wasmer dependencies
xdoardo Jul 8, 2024
12b00b7
feat: Add registry API and tests
xdoardo Jul 8, 2024
21c8ff8
feat: Use same `Wasmer` type as output of created packages, update tests
xdoardo Jul 11, 2024
5d93785
chore: Formatting
xdoardo Jul 11, 2024
a16acfa
feat: Allow users to specify metadata in various formats
xdoardo Jul 23, 2024
9b256b2
Fix: use git repository to patch `webc`
xdoardo Jul 23, 2024
ff5db26
fix: Use spaces instead of tabs in the js part of the code
xdoardo Jul 24, 2024
29e26f4
feat: Add atoms to manifests and use latest revision of webc crate
xdoardo Jul 26, 2024
2b4211c
feat: Allow users to specify just their token while initializing the …
xdoardo Jul 31, 2024
fc39403
chore: Use spaces
xdoardo Jul 31, 2024
c3081da
fix: Add more tests and remove spurious tracing messages
xdoardo Aug 1, 2024
0fdd6ba
fix: use env variables in tests
xdoardo Aug 2, 2024
ec087eb
fix: address comments
xdoardo Aug 2, 2024
acaf046
chore: Update dependencies
xdoardo Aug 2, 2024
d634399
chore: Make linter happy
xdoardo Aug 2, 2024
4711513
chore: Use newly-released version of pirita
xdoardo Aug 2, 2024
e8a2210
chore: Move const initialisation out of test
xdoardo Aug 2, 2024
118e461
chore: Replace removed function from `ModuleHash`
xdoardo Aug 2, 2024
18eee39
chore: rollback rollup change
xdoardo Aug 2, 2024
2e4679a
Update ci.yml
xdoardo Aug 2, 2024
0b5eab9
fix: Use single input for initalization function
xdoardo Aug 5, 2024
26cfdc3
chore: Make linter happy
xdoardo Aug 5, 2024
c648829
chore: fix tests
xdoardo Aug 5, 2024
3a9019c
fix: remove typo
xdoardo Aug 5, 2024
591bdcb
fix: with -> assert
xdoardo Aug 5, 2024
f691359
chore: fix ci tests
xdoardo Aug 5, 2024
f0442e9
chore: fix ci docs
xdoardo Aug 5, 2024
29447c9
chore: add `.env` to .gitignore
xdoardo Aug 5, 2024
37d1326
chore: release 0.7.0-alpha
xdoardo Aug 5, 2024
e94ce1d
chore: release 0.7.0-alpha.1
xdoardo Aug 6, 2024
ad91eb5
chore: Update rollup and change type for entry function
xdoardo Aug 6, 2024
0464d61
fix: Use a global variable to signal which init function to use
xdoardo Aug 6, 2024
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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Package
run: npm run build
- name: Integration Tests
run: npm run test
run: WASMER_TOKEN=${{ secrets.WAPM_DEV_TOKEN }} WASMER_TEST_OWNER=ciuser npm run test

examples:
name: Build Examples
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
dist/
*.log
pkg/
.env
Loading
Loading