mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2025-04-24 23:12:13 +00:00
5 lines
134 B
Rust
5 lines
134 B
Rust
#[link(wasm_import_module = "test")]
|
|
extern "C" {
|
|
pub fn inner_arrays_1(arg: Vec<Vec<Vec<Vec<u8>>>>) -> Vec<Vec<Vec<Vec<u8>>>>;
|
|
}
|