forked from wasmerio/wasmer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request wasmerio#341 from wasmerio/refactor-directory
Refactor directory and associated code to more closely match the API we want
- Loading branch information
Showing
13 changed files
with
622 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,11 +59,11 @@ jobs: | |
- name: Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
- name: Install JS Dependencies | ||
run: npm install | ||
run: npm ci | ||
- name: Build | ||
run: npm run build | ||
- name: Generate Docs | ||
run: npx typedoc --out docs lib.ts | ||
run: npm run docs | ||
- name: Upload API Docs | ||
uses: JamesIves/[email protected] | ||
if: github.ref == 'refs/heads/main' | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.