mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-27 03:55:20 +03:00
Add a word of warning to wasm2es6js
This commit is contained in:
parent
9ac713d4eb
commit
baa144d141
@ -22,6 +22,10 @@ Options:
|
|||||||
-o --output FILE File to place output in
|
-o --output FILE File to place output in
|
||||||
--typescript Output a `*.d.ts` file next to the JS output
|
--typescript Output a `*.d.ts` file next to the JS output
|
||||||
--base64 Inline the wasm module using base64 encoding
|
--base64 Inline the wasm module using base64 encoding
|
||||||
|
|
||||||
|
Note that this is not intended to produce a production-ready output module
|
||||||
|
but rather is intended purely as a temporary \"hack\" until it's standard in
|
||||||
|
bundlers for working with wasm. Use this program with care!
|
||||||
";
|
";
|
||||||
|
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
|
Loading…
Reference in New Issue
Block a user