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 9a9b328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ runs:
echo $JAVA_HOME
working-directory: lingua-franca
shell: bash
- name: Install the wasm-pack dev dependency globally
run: npm install -g wasm-pack
- name: Build the VS Code extension
run: npm install --ignore-scripts
shell: bash
Expand Down Expand Up @@ -67,6 +69,7 @@ runs:
toolchain: stable
components: clippy
if: ${{ inputs.partial == 'false' }}
shell: bash
- 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 9a9b328

Please sign in to comment.