Open osa1 opened 4 months ago
The bootstrapping compiler will need these libraries:
The Str type: use UTF-8 encoded strings using Array[U8].
Str
Array[U8]
Data structures: vector (extensible arrays), map, set, string builder/buffer
Wasm generator library:
This library should define a Wasm AST and binary serializer.
Basic IO: read files, write a binary file.
(Anything else?)
The bootstrapping compiler will need these libraries:
The
Str
type: use UTF-8 encoded strings usingArray[U8]
.Data structures: vector (extensible arrays), map, set, string builder/buffer
Wasm generator library:
This library should define a Wasm AST and binary serializer.
Basic IO: read files, write a binary file.
(Anything else?)