Git Product home page Git Product logo

Comments (26)

Deepansharora27 avatar Deepansharora27 commented on June 2, 2024 2

Anyone with .NET knowledge who wants to try this?

https://github.com/SteveSandersonMS/dotnet-wasi-sdk

I would like to take this up

from enarx.github.io.

moksh-pathak avatar moksh-pathak commented on June 2, 2024 1

Would like to give it a shot!

from enarx.github.io.

mayankkumar2 avatar mayankkumar2 commented on June 2, 2024 1

Sure @nickvidal, I will connect with them on Rocket Chat then, regarding what all they have done (tried out) till now.

from enarx.github.io.

nickvidal avatar nickvidal commented on June 2, 2024 1

Anyone interested in exploring Ruby?

https://www.ruby-lang.org/en/news/2022/04/03/ruby-3-2-0-preview1-released/

from enarx.github.io.

Deepansharora27 avatar Deepansharora27 commented on June 2, 2024

I have the C++ Demo already created
Here is the Link to the Repository for the Demo in C++:
https://github.com/Deepansharora27/HammingCodeGeneration

from enarx.github.io.

Deepansharora27 avatar Deepansharora27 commented on June 2, 2024

Shall I Raise another issue for the C++ Example or will embedding it here will work Nick ?

from enarx.github.io.

Deepansharora27 avatar Deepansharora27 commented on June 2, 2024

https://github.com/Deepansharora27/FibonacciEnarx
@nickvidal Hi Nick,
This is my demo example for Fibonacci Example in C++ as well.

So, C++ is done from my side now.

from enarx.github.io.

moksh-pathak avatar moksh-pathak commented on June 2, 2024

I will be implementing demo example for Fibonacci in Golang.

from enarx.github.io.

nickvidal avatar nickvidal commented on June 2, 2024

I will be implementing demo example for Fibonacci in Golang.

Hi Moksh, please check with Jennifer before, as I believe she's also interested in Golang. Maybe she can leave the Golang implementation to you, and do some exploration around Python.

from enarx.github.io.

jnyfah avatar jnyfah commented on June 2, 2024

@moksh-pathak I have done that of Golang and rust, currently trying C# and python

from enarx.github.io.

moksh-pathak avatar moksh-pathak commented on June 2, 2024

No worries @jnyfah. Good going!

from enarx.github.io.

nickvidal avatar nickvidal commented on June 2, 2024

If you are adventurous, you might want to explore AssemblyScript or Grain! :)

from enarx.github.io.

moksh-pathak avatar moksh-pathak commented on June 2, 2024

I am also working on the Swift demo.

from enarx.github.io.

mayankkumar2 avatar mayankkumar2 commented on June 2, 2024

@nickvidal is kotlin,Erlang,Haskell,C up for taking?

from enarx.github.io.

nickvidal avatar nickvidal commented on June 2, 2024

Hi @mayankkumar2, I believe @Deepansharora27 is working on the C example, but the other ones are open.

from enarx.github.io.

Deepansharora27 avatar Deepansharora27 commented on June 2, 2024

Yes right @nickvidal I have also made a Pull Request for the Same.
Also I have already done work on the Java and Kotlin side of things.
Telling so that it doesn't block the workflow for others 😊

from enarx.github.io.

mayankkumar2 avatar mayankkumar2 commented on June 2, 2024

Ok then, I will take up Haskell and Erlang.

from enarx.github.io.

aryankaushikdev avatar aryankaushikdev commented on June 2, 2024

I would like to create the guide with javascript.

from enarx.github.io.

mayankkumar2 avatar mayankkumar2 commented on June 2, 2024

I tried out erlang and Haskell, the tooling is giving me some trouble. lumen's latest release seems to not even compile the hello world example, will have to build from source and document the same. For Haskell with asterius, I got stuck with a weird error ahc-dist: internal error: Unable to commit 2902458368 bytes of memory, have been trying to debug what's going wrong :(. The example code for both these languages seems to compile perfectly with their native compilers but not with the web assembly toolings.

from enarx.github.io.

nickvidal avatar nickvidal commented on June 2, 2024

Hi @mayankkumar2, no worries. Perhaps the tooling is "not there" yet.

Would you be interested in exploring Python (with @jnyfah ) or Java (with @Deepansharora27)?

from enarx.github.io.

nickvidal avatar nickvidal commented on June 2, 2024

Regarding Python, I got some recommendations from @tiran:

I just got WASI builds working with help of https://github.com/singlestore-labs/wasix .

$ wasmtime --mapdir=.::../.. -- ./python.wasm -c "import sys;
print(f'Hello {sys.platform} from {[sys.implementation.name](http://sys.implementation.name/)}')"
Hello wasi from cpython

You can find instructions and build container at
https://github.com/tiran/cpython_builddep/#webassembly-build .

You have to run the command from a recent cpython git checkout. Next build a
native Python with ./build-python-build.sh and finally wasm32-wasi with
./build-python-wasi.sh

from enarx.github.io.

Deepansharora27 avatar Deepansharora27 commented on June 2, 2024

@mayankkumar2 You can connect with Jennifer for python for now as Java is something that I would like to work on independently till Sunday and maybe if issue still prevails , then we can connect together on Monday

from enarx.github.io.

nickvidal avatar nickvidal commented on June 2, 2024

Anyone with .NET knowledge who wants to try this?

https://github.com/SteveSandersonMS/dotnet-wasi-sdk

from enarx.github.io.

jnyfah avatar jnyfah commented on June 2, 2024

Anyone interested in exploring Ruby?

https://www.ruby-lang.org/en/news/2022/04/03/ruby-3-2-0-preview1-released/

I saw that some hours ago over Twitter, I have started checking it out

from enarx.github.io.

IIITM-Jay avatar IIITM-Jay commented on June 2, 2024

Hi @nickvidal , an outreachy applicant here,
May I work on swift or any other language?

from enarx.github.io.

moksh-pathak avatar moksh-pathak commented on June 2, 2024

Hi @IIITM-Jay, I have already taken up the Swift WASM demo before.

from enarx.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.