Skip to content

Commit

Permalink
Merge branch 'master' into modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyroglyph committed Aug 1, 2022
2 parents 78b693b + 3a3b4f5 commit 851c88b
Show file tree
Hide file tree
Showing 8 changed files with 3,400 additions and 32,298 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
/release
/deploy
/public/native/*/index.d.ts
/public/native/*/napi.node

# rust target
/target
/napi/target
/public/napi.node
/**/*/napi.node
/napi/napi.node
/napi/node_modules
/napi/index.d.ts
Expand Down
369 changes: 369 additions & 0 deletions napi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion napi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./index.node",
"types": "./index.d.ts",
"scripts": {
"build": "node ../node_modules/cross-env/src/bin/cross-env-shell.js RUSTFLAGS=-Csymbol-mangling-version=v0 node ../node_modules/@napi-rs/cli/scripts/index.js build --js false --release"
"build": "node ../node_modules/cross-env/src/bin/cross-env-shell.js node ../node_modules/@napi-rs/cli/scripts/index.js build --js true --release"
},
"napi": {
"name": "napi"
Expand Down

0 comments on commit 851c88b

Please sign in to comment.