forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Description
Long-time Swift dev here, dipping into this WASM project for the first time. This Swift file prints "Hello, WASM":
> main.swift:
print("Hello, WASM!")The file generated is 6MB+:
$ ls -al main.wasm
$ 6.35M 03.Nov'23 13:50 main.wasmQuestions
- Is this typical of WASM files? Or something more specific to the details of this project?
- How can I reduce the file size? An ancillary task I'm working on limits WASM files to 128k.
Metadata
Metadata
Assignees
Labels
No labels