mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
Add TS type for init fn
This commit is contained in:
crates
3
crates/typescript-tests/src/web/init.ts
Normal file
3
crates/typescript-tests/src/web/init.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import * as wbg from '../../pkg/web/typescript_tests';
|
||||
|
||||
const init: Promise<any> = wbg.init('.');
|
Reference in New Issue
Block a user