mirror of
https://github.com/fluencelabs/signature-connector
synced 2025-04-24 21:52:14 +00:00
move module to local dir
This commit is contained in:
parent
579f58d844
commit
00c74f17b3
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,10 +1,2 @@
|
||||
.idea
|
||||
build
|
||||
|
||||
!node_modules/
|
||||
|
||||
node_modules/*
|
||||
!node_modules/crossmodule/
|
||||
|
||||
node_modules/crossmodule/*
|
||||
!node_modules/crossmodule/assembly
|
||||
|
6
as-dependencies/crossmodule/assembly/tsconfig.json
Normal file
6
as-dependencies/crossmodule/assembly/tsconfig.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "../node_modules/assemblyscript/std/assembly.json",
|
||||
"include": [
|
||||
"./**/*.ts"
|
||||
]
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
import {StringInvoke, API} from "../node_modules/crossmodule/assembly/index"
|
||||
import {StringInvoke, API} from "../as-dependencies/crossmodule/assembly/index"
|
||||
|
||||
export declare function allocate(size: usize): i32;
|
||||
export declare function deallocate(ptr: i32, size: usize): void;
|
||||
|
Loading…
x
Reference in New Issue
Block a user