mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-04 11:21:06 +00:00
add missed out TextEncoder
This commit is contained in:
parent
6d5afbb3d2
commit
9421edaab5
@ -655,7 +655,7 @@ impl<'a> Context<'a> {
|
|||||||
}
|
}
|
||||||
if self.config.nodejs {
|
if self.config.nodejs {
|
||||||
self.globals.push_str(&format!("
|
self.globals.push_str(&format!("
|
||||||
const TextEncoder = require('util');
|
const TextEncoder = require('util').TextEncoder;
|
||||||
"));
|
"));
|
||||||
} else if !self.config.browser {
|
} else if !self.config.browser {
|
||||||
self.globals.push_str(&format!("
|
self.globals.push_str(&format!("
|
||||||
|
Loading…
x
Reference in New Issue
Block a user