Skip to content

Commit

Permalink
Fix wasm type exports for the npm package (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik authored Oct 15, 2024
1 parent bbb5323 commit e1d9748
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-dogs-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/slang": patch
---

fix wasm type exports for the npm package
1 change: 1 addition & 0 deletions crates/codegen/runtime/npm/package/wasm/index.d.mts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./generated/codegen_runtime_cargo_wasm.component.js";
1 change: 1 addition & 0 deletions crates/solidity/outputs/npm/package/wasm/index.d.mts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./generated/solidity_cargo_wasm.component.js";
1 change: 1 addition & 0 deletions crates/testlang/outputs/npm/package/wasm/index.d.mts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./generated/testlang_cargo_wasm.component.js";

0 comments on commit e1d9748

Please sign in to comment.