todo
This commit is contained in:
parent
e1671cd445
commit
90bd228b3c
2 changed files with 16 additions and 0 deletions
13
package-lock.json
generated
Normal file
13
package-lock.json
generated
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"name": "osfs-wasm",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"name": "osfs-wasm",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"license": "MPL-2.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
// TODO write js wrapper here.
|
Loading…
Reference in a new issue