poorna2152 / nballerina

WebAssembly Backend for the nBallerina compiler
https://ballerina.io/
Apache License 2.0
4 stars 0 forks source link

Create initial `wasm.print` module #2

Closed manuranga closed 2 years ago

manuranga commented 2 years ago

Create a new wasm.print similar to llvm.print. Let's come up initial API that is enough to create printBoolean function. Please post the planed public API here before implementing (Maybe start with a sample unit test).

poorna2152 commented 2 years ago

printBoolean.bal file sample implementation: https://github.com/poorna2152/nballerina/pull/4

poorna2152 commented 2 years ago

Initial relooper block generation implementation: https://github.com/poorna2152/nballerina/pull/7

poorna2152 commented 2 years ago

Initial Module function implementation: https://github.com/poorna2152/nballerina/pull/8