- AssemblyScript
- 환경 구성
- asc 사용법
AssemblyScript
환경 구성
요구 사항
node 16.0 이상
npm 7.0 이상
npm install --save-dev assemblyscript
#--- AssemblyScript 사용을 위한 환경(폴더 등)을 구성 한다.
npx asinit .
#--- AssemblyScript 컴파일과 실행
npm run asbuild
# npm run test
npm run asbuild:test
npm run start
폴더 구조
assembly/
tsconfig.json
build/
tests/
asconfig.json
index.html
asc 사용법
asc --version
asc --config ./asconfig.json ~.ts --target release
# build/~.wasm 파일 생성
# build/~.js 파일 생성
asc ~.ts
최종 수정일: 2024-09-30 12:26:18
이전글 :
다음글 :