Skip to content

Singleton example fails to build #73

@dsyer

Description

@dsyer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions