-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
Following instructions in the README:
$ npm run asbuild
> asbuild
> npm run asbuild:untouched && npm run asbuild:optimized
> asbuild:untouched
> asc assembly/index.ts -b build/untouched.wasm -t build/untouched.wat --use abort=abort_proc_exit --sourceMap --debug
ERROR TS6054: File '~lib/rt/itcms.ts' not found.
} from "rt/itcms";
~~~~~~~~~~
in ~lib/@solo-io/proxy-runtime/malloc.ts(4,8)
FAILURE 1 parse error(s)
It seems to work if you use assemblyscript 0.19.22 (same as the "addheader" example), but I don't know if that's the best fix.
Metadata
Metadata
Assignees
Labels
No labels