This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
aquavm
Watch
1
Star
0
Fork
0
You've already forked aquavm
mirror of
https://github.com/fluencelabs/aquavm
synced
2025-03-31 03:41:03 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
aquavm
/
avm
/
client
/
jest.config.js
6 lines
112 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Npm package (#98) This commit migrates wasm wrapper from JS SDK into the air interpreter package. Changes include: * Adding directory for npm package * Setting up typescript build pipeline * Renaming package to air-interpreter * Fixing CI pipelines to support the new build process * Fixing issue with memory access violation in wasm wrapper
2021-05-05 15:43:50 +03:00
module
.
exports
=
{
preset
:
'ts-jest'
,
testEnvironment
:
'node'
,
AVM client: move embedded wasm into a separate file (#200)
2021-12-28 17:43:54 +03:00
testPathIgnorePatterns
:
[
'dist'
]
,
Npm package (#98) This commit migrates wasm wrapper from JS SDK into the air interpreter package. Changes include: * Adding directory for npm package * Setting up typescript build pipeline * Renaming package to air-interpreter * Fixing CI pipelines to support the new build process * Fixing issue with memory access violation in wasm wrapper
2021-05-05 15:43:50 +03:00
}
;
Reference in New Issue
Copy Permalink