wiwi_wasm/
bigint.rs

1// todo this file is incomplete
2
3use crate::prelude_internal::*;
4
5gen_struct! {
6	struct ExternBigInt ExternBigIntWithState;
7
8	deref ExternAny;
9	deref_value todo!();
10}
11
12gen_state! {}