Skip to content

peterhellberg/uw8-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uw8-init ✨

This is a command line tool that acts as a companion to my uw8 module for Zig

uw8-init is used to create a directory containing code that allows you to promptly get started coding on a cart for the lovely little fantasy console MicroW8.

The Zig build .target is declared as .{ .cpu_arch = .wasm32, .os_tag = .freestanding } and .optimize is set to .ReleaseSmall

Important

No need to specify -Doptimize=ReleaseSmall

Installation

(Requires you to have Go installed)

go install github.com/peterhellberg/w4-init@latest

Usage

(Requires you to have an up to date (nightly) version of Zig installed.

uw8-init mycart
cd mycart
zig build run

🌱

About

uw8-init is a tool used to initialize a Zig ⚡ MicroW8 cart project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors