mirror of
https://github.com/tauri-apps/tauri-bindgen.git
synced 2026-01-31 00:45:21 +01:00
wip
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
NPM_FLAGS = "--version" # prevent Netlify npm install
|
||||
[build]
|
||||
publish = 'dist'
|
||||
command = """
|
||||
rustup toolchain install stable
|
||||
command = """
|
||||
cd editor
|
||||
npx pnpm install --store=node_modules/.pnpm-store
|
||||
pnpm tsup index.ts --target esnext --platform browser --format esm --minify
|
||||
|
||||
4
playground/rust-toolchain.toml
Normal file
4
playground/rust-toolchain.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "stable"
|
||||
targets = [ "wasm32-unknown-unknown"]
|
||||
profile = "minimal"
|
||||
Reference in New Issue
Block a user