2 Commits

Author SHA1 Message Date
vsariola
f88a74e44a fix(compiler): fix bss section macros on linux 2021-01-05 19:36:42 +02:00
Veikko Sariola
e4490faa2e feat(compiler): Add support for targeting WebAssembly.
The working principle is similar as before with x86, but instead of outputting .asm, it outputs .wat. This can be compiled into .wasm by using the wat2wasm assembler.
2020-12-26 23:16:18 +02:00