Skip to content

Commit

Permalink
fix: move runtime to wasm package
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr committed Oct 3, 2024
1 parent 999934b commit 71367b3
Show file tree
Hide file tree
Showing 3 changed files with 13,860 additions and 11,085 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ module.exports = {
'prettier',
],
plugins: ['@typescript-eslint'],
ignorePatterns: ['node_modules', '/target', '/dist/**/*', 'src/lib/**/*'],
ignorePatterns: [
'node_modules',
'/target',
'/dist/**/*',
'src/lib/**/*',
'npm/wasm32-wasi/runtime.js',
],
env: {
node: true,
},
Expand Down
Loading

0 comments on commit 71367b3

Please sign in to comment.