We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3822e67 commit ed58b79Copy full SHA for ed58b79
guide/src/reference/attributes/on-js-imports/js_name.md
@@ -77,7 +77,7 @@ Could be accessed using this definition in Rust:
77
```rust
78
#[wasm_bindgen(module = "bar")]
79
extern "C" {
80
- #[wasm_bindgen(js_name = default)
+ #[wasm_bindgen(js_name = default)]
81
type Foo;
82
#[wasm_bindgen(constructor, js_class = default)]
83
pub fn new() -> Foo;
0 commit comments