• v0.1.5 6e59bf8bf8

    refactor(conventions): replace os.ReadFile with coreio.Local, fmt.Errorf with log.E
    All checks were successful
    Security Scan / security (push) Successful in 7s
    Test / test (push) Successful in 1m33s

    Ghost released this 2026-03-16 19:17:34 +00:00 | 120 commits to dev since this release

    Replace os.ReadFile in cmd/wasm/size_test.go with coreio.Local.Read().
    Replace fmt.Errorf/errors.New with log.E() in codegen, cmd/wasm/register,
    and cmd/codegen. Add forge.lthn.ai/core/go-io as a dependency.

    Co-Authored-By: Virgil virgil@lethean.io

    Downloads