GithubHelp home page GithubHelp logo

Comments (8)

TianlongLiang avatar TianlongLiang commented on July 3, 2024 1

Thanks, I will definitely check it out!

from wasm-micro-runtime.

TianlongLiang avatar TianlongLiang commented on July 3, 2024

Hi, would you mind telling me which toolchain you are using? I wasn't aware that Kotlin has standalone support for wasm, I would love to give it a try if it's publicly accessible

from wasm-micro-runtime.

bashor avatar bashor commented on July 3, 2024

@TianlongLiang Hi! Kotlin Multiplatform toolchain supports wasm out of the box. Check out https://kotl.in/wasm or https://kotl.in/wasm-examples.

from wasm-micro-runtime.

bashor avatar bashor commented on July 3, 2024

I'm working on Kotlin/Wasm (with other folks), so feel free to reach out if you have any questions.

from wasm-micro-runtime.

wenyongh avatar wenyongh commented on July 3, 2024

Please try #3447.

from wasm-micro-runtime.

bashor avatar bashor commented on July 3, 2024

Hi, @wenyongh @TianlongLiang! Thanks for fixes, it really helped with attached examples.

Previous binaries was compiled with disabled EH on Kotlin side, after turning it on I got the a similar error.
Here is a new binary --kotlin-wasm-wasi-example-wasm-wasi.wasm.zip

from wasm-micro-runtime.

wenyongh avatar wenyongh commented on July 3, 2024

@bashor Welcome. Could you upload the wast file also? It is a little complex to analyze the wasm file without wast info, I used the tool compiled from wasm GC MVP spec proposal, but it reports: decoding error: malformed section id.

from wasm-micro-runtime.

bashor avatar bashor commented on July 3, 2024

@wenyongh
Here is a wat file I got using Binaryen's wasm-dis -- kotlin-wasm-wasi-example-wasm-wasi.wasm.wat.zip

$ wasm-dis --enable-gc --enable-reference-types --enable-exception-handling --enable-bulk-memory kotlin-wasm-wasi-example-wasm-wasi.wasm -o  kotlin-wasm-wasi-example-wasm-wasi.wasm.wat

from wasm-micro-runtime.

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.