Upgrade to official @eqlabs/assemblyscript.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,6 +23,7 @@
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.yarn
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"dependencies": {
|
||||
"@codingame/monaco-jsonrpc": "^0.3.1",
|
||||
"@codingame/monaco-languageclient": "^0.17.0",
|
||||
"@eqlabs/assemblyscript": "alpha",
|
||||
"@monaco-editor/react": "^4.4.5",
|
||||
"@muzamilsofi/assemblyscript": "^0.0.9-alpha.2",
|
||||
"@octokit/core": "^3.5.1",
|
||||
"@radix-ui/colors": "^0.1.7",
|
||||
"@radix-ui/react-alert-dialog": "^0.1.1",
|
||||
|
||||
@@ -5,7 +5,7 @@ import state, { IFile } from '../index'
|
||||
import { saveFile } from './saveFile'
|
||||
import { decodeBinary } from '../../utils/decodeBinary'
|
||||
import { ref } from 'valtio'
|
||||
import asc from "@muzamilsofi/assemblyscript/dist/asc"
|
||||
import asc from "@eqlabs/assemblyscript/dist/asc"
|
||||
import { getFileExtention } from '../../utils/helpers'
|
||||
|
||||
type CompilationResult = Pick<IFile, "compiledContent" | "compiledWatContent">
|
||||
|
||||
16
yarn.lock
16
yarn.lock
@@ -172,6 +172,14 @@
|
||||
resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz"
|
||||
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
|
||||
|
||||
"@eqlabs/assemblyscript@alpha":
|
||||
version "0.0.0-alpha.1676898913"
|
||||
resolved "https://registry.yarnpkg.com/@eqlabs/assemblyscript/-/assemblyscript-0.0.0-alpha.1676898913.tgz#9a41f0312d3f5ba18796674352fa66bd2d276249"
|
||||
integrity sha512-k0/7eI7T0SRV9QTDd0YlujDqNGC2x0bOVi6wMlN1OFA+UuXWuITGTo0CHz515cx49uyX/pg6A9Vg+JcsrHUyAg==
|
||||
dependencies:
|
||||
binaryen "110.0.0-nightly.20221019"
|
||||
long "^5.2.0"
|
||||
|
||||
"@eslint/eslintrc@^0.4.3":
|
||||
version "0.4.3"
|
||||
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz"
|
||||
@@ -216,14 +224,6 @@
|
||||
"@monaco-editor/loader" "^1.3.2"
|
||||
prop-types "^15.7.2"
|
||||
|
||||
"@muzamilsofi/assemblyscript@^0.0.9-alpha.2":
|
||||
version "0.0.9-alpha.2"
|
||||
resolved "https://registry.yarnpkg.com/@muzamilsofi/assemblyscript/-/assemblyscript-0.0.9-alpha.2.tgz#741f5fb749afe33b079eec7755bff0f85fa304ab"
|
||||
integrity sha512-SdE3tDknVkEYBb7CTMvlHfZ4xvJkgfaPIAxt5GY2zXQOv3kCQOwl2CmFgGfJGAeiBnNWlzWw3w77mbjCE3l+Nw==
|
||||
dependencies:
|
||||
binaryen "110.0.0-nightly.20221019"
|
||||
long "^5.2.0"
|
||||
|
||||
"@next/env@13.1.1":
|
||||
version "13.1.1"
|
||||
resolved "https://registry.npmjs.org/@next/env/-/env-13.1.1.tgz"
|
||||
|
||||
Reference in New Issue
Block a user