Sha256: 1571b078a9d0be6c96ab97be10f1bf369dbb740f04fa312834f49a64130f8d30
Contents?: true
Size: 162 Bytes
Versions: 30
Compression:
Stored size: 162 Bytes
Contents
use wasm_bindgen::prelude::*; #[wasm_bindgen] extern "C" { type Foo; #[wasm_bindgen(method, structural, final)] fn bar(this: &Foo); } fn main() {}
Version data entries
30 entries across 30 versions & 1 rubygems