Skip to content

Proposal: Integration of WASM Exports Simulation for module build with go and GOOS=wasip1 #84

@juliens

Description

@juliens

Hello,

I am currently working on a project that involves simulating WASM exports in module compiled with the Go compiler and GOOS=wasip1.

My simulation system is based on an infinite loop in the "main" function. This infinite loop wait by calling a function on the host that use a chan to propagate the needed callback the guest must call and it uses some more functions to forward input args and return values. ( here is a WIP proof of concept https://github.com/juliens/wasm-goexport )

Would your team be open to accepting a pull request that adds this integration to the http-wasm project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions