mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-31 12:01:55 +00:00
Merge pull request #785 from afdw/master
Add initial support for unions in return types, add more fixes for case of identifiers
This commit is contained in:
@@ -19,7 +19,7 @@ pub fn draw() {
|
||||
.get_context("2d")
|
||||
.unwrap()
|
||||
.unwrap()
|
||||
.dyn_into::<web_sys::CanvasRenderingContext2D>()
|
||||
.dyn_into::<web_sys::CanvasRenderingContext2d>()
|
||||
.unwrap();
|
||||
|
||||
context.begin_path();
|
||||
|
Reference in New Issue
Block a user