Skip to content

Commit 2305bda

Browse files
fix(readme): update readme with new features decl
1 parent 20d7526 commit 2305bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ check out our [contribution policy].
6868
3. Add this to the top of your `src/lib.rs`:
6969

7070
```rust
71-
#![feature(proc_macro, wasm_import_module, wasm_custom_section)]
71+
#![feature(use_extern_macros, wasm_import_module)]
7272

7373
extern crate wasm_bindgen;
7474

0 commit comments

Comments
 (0)