mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Update crates/cli-support/src/js/mod.rs
Co-Authored-By: alexcrichton <alex@alexcrichton.com>
This commit is contained in:
parent
cd3781cb73
commit
e5ec474896
@ -179,7 +179,7 @@ impl<'a> Context<'a> {
|
||||
}
|
||||
}
|
||||
OutputMode::Web => {
|
||||
// In browser mode there's no need to export the internals of
|
||||
// In web mode there's no need to export the internals of
|
||||
// wasm-bindgen as we're not using the module itself as the
|
||||
// import object but rather the `__exports` map we'll be
|
||||
// initializing below.
|
||||
|
Loading…
x
Reference in New Issue
Block a user