1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-22 20:52:13 +00:00
Alex Crichton 996e92f3ae
Mass rename anyref to externref ()
Updates a mess of dependencies and tracks the most recent version of the
reference types specification.
2020-05-18 09:36:30 -05:00

7 lines
84 B
Rust

// enable-externref
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
pub fn foo() {}