mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-27 12:06:14 +03:00
Correct link to WebIDL issue (#402)
This commit is contained in:
parent
83a7d5bfdc
commit
04e29db588
@ -10,7 +10,7 @@ use wasm_bindgen::prelude::*;
|
||||
// These definitions need to be hand-written today but the current vision is
|
||||
// that we'll use WebIDL to generate this `extern` block into a crate which you
|
||||
// can link and import. There's a tracking issue for this at
|
||||
// https://github.com/alexcrichton/wasm-bindgen/issues/42
|
||||
// https://github.com/rustwasm/wasm-bindgen/issues/42
|
||||
//
|
||||
// In the meantime these are written out by hand and correspond to the names and
|
||||
// signatures documented on MDN, for example
|
||||
|
Loading…
Reference in New Issue
Block a user