mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +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");
|
||||
|
||||
dst.push_str(&exports.contents);
|
||||
ts_dst.push_str(&exports.contents);
|
||||
ts_dst.push_str(&exports.typescript);
|
||||
dst.push_str("}\n");
|
||||
ts_dst.push_str("}\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user