Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: inkeliz/go_inkwasm

Tags

v0.1.22

Toggle v0.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tweak: Support interface directly in Javascript (#3)

This patch fixes one issue, caused when re-using the same
interface slice multiple times, for multiple calls.

Now, it's possible to use interface{} directly in inkwasm
functions, and it's already used by InkWasm Runtime methods,
such as Call/Invoke.

v0.1.20

Toggle v0.1.20's commit message
tweak: improve copy and initialization