Skip to content

Commit

Permalink
Install wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed May 22, 2024
1 parent 81924d7 commit cc8dbc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ runs:
toolchain: stable
components: clippy
if: ${{ inputs.partial == 'false' }}
- name: Install wasm-pack
run: cargo install wasm-pack
shell: bash
if: ${{ inputs.partial == 'false' }}
- name: Install RTI
run: |
cd lingua-franca
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"compilerOptions": {
// "esModuleInterop": true,
"inlineSources": false,
"lib": [
"ES2022",
"DOM" // hackily added to include wasm support
],
"module": "Node16",
// "moduleResolution": "node",
"outDir": "./out",
"sourceMap": false,
"target": "ES2022",
Expand Down

0 comments on commit cc8dbc5

Please sign in to comment.