Skip to content

Commit

Permalink
reenable asc pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Oct 20, 2024
1 parent b67ee5b commit 82b8c5a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion generated/typescript/dsp-gens.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// auto-generated Sun Oct 20 2024 22:30:57 GMT+0300 (Eastern European Summer Time)
// auto-generated Sun Oct 20 2024 23:15:37 GMT+0300 (Eastern European Summer Time)

import { Value } from '../../src/as/dsp/value.ts'

Expand Down
40 changes: 20 additions & 20 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,26 +121,26 @@ export default ({ mode }) => {
'--transform', './vendor/as-transform-unroll.js',
]
}),
// ViteAssemblyScript({
// configFile: 'asconfig-pkg.json',
// projectRoot: '.',
// srcMatch: 'as/assembly/pkg',
// srcEntryFile: 'as/assembly/pkg/index.ts',
// mapFile: './as/build/pkg.wasm.map',
// extra: [
// '--transform', './vendor/as-transform-unroll.js',
// ]
// }),
// ViteAssemblyScript({
// configFile: 'asconfig-pkg-nort.json',
// projectRoot: '.',
// srcMatch: 'as/assembly/pkg',
// srcEntryFile: 'as/assembly/pkg/index.ts',
// mapFile: './as/build/pkg-nort.wasm.map',
// extra: [
// '--transform', './vendor/as-transform-unroll.js',
// ]
// }),
ViteAssemblyScript({
configFile: 'asconfig-pkg.json',
projectRoot: '.',
srcMatch: 'as/assembly/pkg',
srcEntryFile: 'as/assembly/pkg/index.ts',
mapFile: './as/build/pkg.wasm.map',
extra: [
'--transform', './vendor/as-transform-unroll.js',
]
}),
ViteAssemblyScript({
configFile: 'asconfig-pkg-nort.json',
projectRoot: '.',
srcMatch: 'as/assembly/pkg',
srcEntryFile: 'as/assembly/pkg/index.ts',
mapFile: './as/build/pkg-nort.wasm.map',
extra: [
'--transform', './vendor/as-transform-unroll.js',
]
}),
ViteAssemblyScript({
configFile: 'asconfig-rms.json',
projectRoot: '.',
Expand Down

0 comments on commit 82b8c5a

Please sign in to comment.