Skip to content

Commit a17eee5

Browse files
Merge upstream develop
2 parents eb0afba + d43bc10 commit a17eee5

2 files changed

Lines changed: 163 additions & 9 deletions

File tree

patches/uniffi-bindgen-react-native@0.31.0-3.patch

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Upstream template emits `opt-level = "3"`, which cargo rejects (strings may
2-
only be "s" or "z").
3-
41
diff --git a/crates/ubrn_cli/templates/wasm/Cargo.toml.txt b/crates/ubrn_cli/templates/wasm/Cargo.toml.txt
52
index 8fc84ad775cdc115d5d9d9f71cc377de844fa951..5f9cdb3fea916f89ad2c5e54b1e58c10e3217b08 100644
63
--- a/crates/ubrn_cli/templates/wasm/Cargo.toml.txt
@@ -14,3 +11,17 @@ index 8fc84ad775cdc115d5d9d9f71cc377de844fa951..5f9cdb3fea916f89ad2c5e54b1e58c10
1411

1512
[workspace]
1613
{%- endif %}
14+
diff --git a/package.json b/package.json
15+
index 16a7d72113e3564eb5fea6e3c9148aa1cd85202c..84cc7629186f09c6b8a224c876ae0c7b3187f991 100644
16+
--- a/package.json
17+
+++ b/package.json
18+
@@ -20,7 +20,8 @@
19+
"types": "./typescript/dist/esm/index.d.ts",
20+
"import": "./typescript/dist/esm/index.js",
21+
"require": "./typescript/dist/cjs/index.js"
22+
- }
23+
+ },
24+
+ "./package.json": "./package.json"
25+
},
26+
"bin": {
27+
"ubrn": "./bin/cli.cjs",

pnpm-lock.yaml

Lines changed: 149 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)