mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-19 16:01:23 +00:00
Start handling strings
This commit is contained in:
@ -134,6 +134,7 @@ impl Project {
|
||||
|
||||
let obj = cli::Bindgen::new()
|
||||
.input_path(&out)
|
||||
.nodejs(true)
|
||||
.generate()
|
||||
.expect("failed to run bindgen");
|
||||
obj.write_js_to(root.join("out.js")).expect("failed to write js");
|
||||
|
Reference in New Issue
Block a user