mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 05:21:24 +00:00
update init test
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
import * as wbg from '../../pkg/web/typescript_tests';
|
import initialize from "../../pkg/web/typescript_tests";
|
||||||
|
|
||||||
const init: Promise<any> = wbg.init('.');
|
const init: Promise<any> = initialize(".");
|
||||||
|
Reference in New Issue
Block a user