Skip to content

Commit

Permalink
fix: update wasm path
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Aug 19, 2022
1 parent 10f234e commit b7a9350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.js
Expand Up @@ -44,5 +44,5 @@ module.exports = (options = {}) => {
{}
);

return [options?.wasm ?? "wasm", { config }];
return [options?.wasm ?? "stailwc", { config }];
};

0 comments on commit b7a9350

Please sign in to comment.