Skip to content

purpln/light-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift build -c release --triple wasm32-unknown-none-wasm \
    -Xswiftc -enable-experimental-feature -Xswiftc Embedded \
    -Xswiftc -enable-experimental-feature -Xswiftc Extern \
    -Xswiftc -Xfrontend -Xswiftc -gnone
wasm-opt -Os --strip-debug .build/release/Application.wasm -o Web/app.wasm
cd Web && python3 -m http.server 8080

About

Lightweight Swift WASM web application with only one dependency (dlmalloc) without much JavaScript

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Contributors