mirror of
https://github.com/fluencelabs/db-connector
synced 2025-04-24 20:32:13 +00:00
move dependency
This commit is contained in:
parent
c4b3429946
commit
329c6e99a0
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