sointu/compiler
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
..
compiler_macros.go feat(compiler): Add support for targeting WebAssembly. 2020-12-26 23:16:18 +02:00
compiler.go feat(compiler): Add support for targeting WebAssembly. 2020-12-26 23:16:18 +02:00
encoded_patch.go refactor(go): Move everything from go4k to root package sointu 2020-12-16 21:35:53 +02:00
featureset_macros.go feat(compiler): Add support for targeting WebAssembly. 2020-12-26 23:16:18 +02:00
featureset.go refactor(go): Move everything from go4k to root package sointu 2020-12-16 21:35:53 +02:00
song_macros.go feat(compiler): Add support for targeting WebAssembly. 2020-12-26 23:16:18 +02:00
wasm_macros.go feat(compiler): Add support for targeting WebAssembly. 2020-12-26 23:16:18 +02:00
x86_macros.go feat(compiler): Add support for targeting WebAssembly. 2020-12-26 23:16:18 +02:00