mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 17:31:06 +00:00
Fix a typo for typescript bindings
This commit is contained in:
parent
29771b574c
commit
f49be45a92
@ -249,7 +249,7 @@ impl<'a> Context<'a> {
|
|||||||
ts_dst.push_str("free(): void;\n");
|
ts_dst.push_str("free(): void;\n");
|
||||||
|
|
||||||
dst.push_str(&exports.contents);
|
dst.push_str(&exports.contents);
|
||||||
ts_dst.push_str(&exports.contents);
|
ts_dst.push_str(&exports.typescript);
|
||||||
dst.push_str("}\n");
|
dst.push_str("}\n");
|
||||||
ts_dst.push_str("}\n");
|
ts_dst.push_str("}\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user