mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 19:01:06 +00:00
Updates a mess of dependencies and tracks the most recent version of the reference types specification.
7 lines
84 B
Rust
7 lines
84 B
Rust
// enable-externref
|
|
|
|
use wasm_bindgen::prelude::*;
|
|
|
|
#[wasm_bindgen]
|
|
pub fn foo() {}
|