mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
Remove --nodejs-runtime-detect
Instead use it by default and add a --browser argument to explicity remove the shim. Closes #79
This commit is contained in:
@ -193,8 +193,6 @@ impl Project {
|
||||
|
||||
cli::Bindgen::new()
|
||||
.input_path(&as_a_module)
|
||||
.nodejs(true)
|
||||
.nodejs_runtime_detect(self.detect_node)
|
||||
.typescript(true)
|
||||
.debug(self.debug)
|
||||
.generate(&root)
|
||||
|
Reference in New Issue
Block a user