Skip to content

Missing COMPILE pragmas for JavaScript #1409

Open
@rintcius

Description

@rintcius
module HelloWorld where

open import IO
open import Data.String
open import Data.Unit
open import Level using (0ℓ)

main = run {0ℓ} (putStrLn "Hello World!")

This prints Hello World! with --compile but with --js it doesn't print anything.

Tested running it with: NODE_PATH=. node jAgda.HelloWorld.js

Agda version: a51ad95196ee60a19835c35e20e782c6ab6428e0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions