Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do support type string? #16

Open
baisijian opened this issue Jul 14, 2021 · 3 comments
Open

do support type string? #16

baisijian opened this issue Jul 14, 2021 · 3 comments

Comments

@baisijian
Copy link

do support type string?

@kawamuray
Copy link
Owner

What do you mean by "type string"?

@zageyiff
Copy link

zageyiff commented Jun 22, 2022

I think what he/she means is if wasmtime-java supports high level java types like java.lang.String into WASM.
Similar as what as-bind does for AssemblyScript, for example allows to pass js strings as parameter into a WebAssembly module.

I'm interested in knowing as well.

@kawamuray
Copy link
Owner

Thanks for complementing the question @zageyiff. In that regard, no wasmtime-java doesn't provide such special type support for string.

wasmtime-java project intends to provide equivalent APIs offered by wasmtime (rust) to Java, and any richer APIs to make it easier for using in real applications can be built on top of it I suppose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants